Error Message: Error: unknown command "pwsh" for "oh-my-posh"
Fix:
- Powershell config file needs updated command for oh-my-posh
Old: oh-my-posh --init --shell pwsh --config $omp_config | Invoke-Expression
Fixed: oh-my-posh init pwsh --config $omp_config | Invoke-Expression
Error Message: Error: unknown command "pwsh" for "oh-my-posh"
Fix:
Old: oh-my-posh --init --shell pwsh --config $omp_config | Invoke-Expression
Fixed: oh-my-posh init pwsh --config $omp_config | Invoke-Expression