diff --git a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 index 7878fb6..4b7fcf5 100644 --- a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 +++ b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 @@ -147,4 +147,4 @@ if ((Get-Location) -like "*scoop\apps\windows-terminal*") { # Use starship prompt if installed if (Get-Command starship -ErrorAction SilentlyContinue) { Invoke-Expression (&starship init powershell) -} \ No newline at end of file +}