We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5d8d9a + 59dde09 commit af858e3Copy full SHA for af858e3
Microsoft.PowerShell_profile.ps1
@@ -664,7 +664,7 @@ if (Get-Command -Name "Get-Theme_Override" -ErrorAction SilentlyContinue) {
664
# Fallback to remote theme if local file doesn't exist
665
oh-my-posh init pwsh --config https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/cobalt2.omp.json | Invoke-Expression
666
}
667
-}
+ }
668
669
if (Get-Command zoxide -ErrorAction SilentlyContinue) {
670
Invoke-Expression (& { (zoxide init --cmd z powershell | Out-String) })
0 commit comments