From c387b62b5bb34deb88e8e1acc689c83dd689915b Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Mon, 29 Jun 2026 20:33:49 -0300 Subject: [PATCH] Update profile --- Documents/PowerShell/Microsoft.PowerShell_profile.ps1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 index 67dad5d..7878fb6 100644 --- a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 +++ b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 @@ -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) +} \ No newline at end of file