We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. First of all, I want to thank you for this project and its maintenance. I migrated from Spaceship, and I really like p10k.
About my problem: I'm using a string (kaomoji) as a PROMPT_CHAR:
typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION='¯\_(ツ)_/¯'
It works fine except when it comes to the transient prompt. For some reason, it adds extra _/¯).
_/¯)
POWERLEVEL9K_TRANSIENT_PROMPT=off
Here is my full config: https://pastebin.com/6suPcUn7
The text was updated successfully, but these errors were encountered:
I've reproduced this. Definitely looks like a bug in powerlevel10k.
Sorry, something went wrong.
No branches or pull requests
Hello.
First of all, I want to thank you for this project and its maintenance. I migrated from Spaceship, and I really like p10k.
About my problem: I'm using a string (kaomoji) as a PROMPT_CHAR:
It works fine except when it comes to the transient prompt. For some reason, it adds extra
_/¯)
.POWERLEVEL9K_TRANSIENT_PROMPT=off
for test purposes.Here is my full config: https://pastebin.com/6suPcUn7
The text was updated successfully, but these errors were encountered: