From dae15f27d6dfd8d86400316ded8d9e7336a46f02 Mon Sep 17 00:00:00 2001 From: rezzect <31812697+rezzect@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:31:36 -0700 Subject: [PATCH] Update Microsoft.PowerShell_profile.ps1 --- pwsh/Microsoft.PowerShell_profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwsh/Microsoft.PowerShell_profile.ps1 b/pwsh/Microsoft.PowerShell_profile.ps1 index b302e6e..722d0e5 100644 --- a/pwsh/Microsoft.PowerShell_profile.ps1 +++ b/pwsh/Microsoft.PowerShell_profile.ps1 @@ -266,7 +266,7 @@ Set-PSReadLineOption -Colors @{ $env:DISPLAY="127.0.0.1:0.0" ## Final Line to set prompt -oh-my-posh init pwsh --config https://raw.githubusercontent.com/rezzect/rezz-dotfiles/master/omp-themes/rezztheme-edit.omp.json | Invoke-Expression +oh-my-posh init pwsh --config https://raw.githubusercontent.com/rezzect/rezz-dotfiles/refs/heads/master/omp-themes/rezztheme-edit.omp.json | Invoke-Expression if (Get-Command zoxide -ErrorAction SilentlyContinue) { Invoke-Expression (& { (zoxide init powershell | Out-String) }) } else {