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.
1 parent ef95148 commit 6013a5dCopy full SHA for 6013a5d
Microsoft.PowerShell_profile.ps1
@@ -611,7 +611,7 @@ Register-ArgumentCompleter -Native -CommandName dotnet -ScriptBlock $scriptblock
611
oh-my-posh init pwsh --config https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/cobalt2.omp.json | Invoke-Expression
612
613
if (Get-Command zoxide -ErrorAction SilentlyContinue) {
614
- Invoke-Expression (& { (zoxide init --cmd cd powershell | Out-String) })
+ Invoke-Expression (& { (zoxide init powershell | Out-String) })
615
} else {
616
Write-Host "zoxide command not found. Attempting to install via winget..."
617
try {
0 commit comments