Skip to content

Instantly share code, notes, and snippets.

View RenanLazarotto's full-sized avatar
Transformando café em código

Renan "Firehawk" Lazarotto RenanLazarotto

Transformando café em código
View GitHub Profile
@RenanLazarotto
RenanLazarotto / Microsoft.PowerShell_profile.ps1
Last active June 28, 2024 13:07
Minha configuração do Starship com PowerShell
# Navega até a pasta de projetos
function Enter-Projects {
Set-Location "~/Projetos"
}
# Definições de aliases
Set-Alias cdw Enter-Projects