-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prompt not working via ssh #153
Comments
The problem is that the locale in your SSH session isn't using utf-8 encoding. If you try to print a non-ascii character with For example: echo 'export LANG=C.UTF-8' >>! ~/.zshenv Or: echo 'export LANG=en_US.UTF-8' >>! ~/.zshenv |
Thank you very much for your quick and helpful response. I was not aware that my locale settings are not in effect in the SSH session. |
This fixes an issue with the p10k prompt theme I was using saying a character was not in range as it uses unicode characters. This was only happening over SSH. romkatv/powerlevel10k#153 (comment)
This fixes an issue with the p10k prompt theme I was using saying a character was not in range as it uses unicode characters. This was only happening over SSH. romkatv/powerlevel10k#153 (comment)
Hi, I'm using powerlevel10k with oh-my-zsh on macOS 10.14.6 (zsh is version 5.7.1 from brew) with the
MesloLGS NF
font from your dotfiles-repo.When connecting via ssh the prompt won't be rendered correctly and I get this error:
_p9k_get_icon:13: character not in range
The text was updated successfully, but these errors were encountered: