oh-my-posh completion powershell | Invoke-Expression throws an error #3453
Answered
by
lewis-yeung
Drllap
asked this question in
Troubleshoot
Answered by
lewis-yeung
Feb 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

@Drllap You should use
oh-my-posh completion powershell | Out-String | Invoke-Expressionwhich is described in the output ofoh-my-posh completion powershell -h. :)