From 9c05dd910be94a6f96aa2945ac44eac2e28f4328 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Mon, 29 Jun 2026 20:35:49 -0300 Subject: [PATCH] update profile --- Documents/PowerShell/Microsoft.PowerShell_profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}