Skip to content

Commit af858e3

Browse files
authored
Merge branch 'main' into main
2 parents b5d8d9a + 59dde09 commit af858e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.PowerShell_profile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ if (Get-Command -Name "Get-Theme_Override" -ErrorAction SilentlyContinue) {
664664
# Fallback to remote theme if local file doesn't exist
665665
oh-my-posh init pwsh --config https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/cobalt2.omp.json | Invoke-Expression
666666
}
667-
}
667+
}
668668

669669
if (Get-Command zoxide -ErrorAction SilentlyContinue) {
670670
Invoke-Expression (& { (zoxide init --cmd z powershell | Out-String) })

0 commit comments

Comments
 (0)