Update profile

This commit is contained in:
2026-06-29 20:33:49 -03:00
parent c839333c05
commit c387b62b5b
@@ -143,3 +143,8 @@ Function update {
if ((Get-Location) -like "*scoop\apps\windows-terminal*") {
Set-Location ~
}
# Use starship prompt if installed
if (Get-Command starship -ErrorAction SilentlyContinue) {
Invoke-Expression (&starship init powershell)
}