Promp displays scrambled characters after init'ing #5392
Answered
by
lewis-yeung
dbwtx
asked this question in
Troubleshoot
-
Beta Was this translation helpful? Give feedback.
Answered by
lewis-yeung
Aug 1, 2024
Replies: 1 comment 6 replies
-
@dbwtx See FAQ in the documentation. There is an encoding issue in PowerShell. As a workaround, you can add the following code to your PowerShell profile, before the [Console]::OutputEncoding = [Text.Encoding]::UTF8 |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
dbwtx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@dbwtx See FAQ in the documentation. There is an encoding issue in PowerShell. As a workaround, you can add the following code to your PowerShell profile, before the
oh-my-posh init
command: