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
So I installed powerline-shell via the git way, everything seems to be working normally when I hit powerline-shell and it prints out this junk:
powerline-shell --shell bash \[\e[38;5;250m\]\[\e[48;5;240m\] \u \[\e[48;5;238m\]\[\e[38;5;240m\]\[\e[38;5;250m\]\[\e[48;5;238m\] \h \[\e[48;5;31m\]\[\e[38;5;238m\]\[\e[38;5;15m\]\[\e[48;5;31m\] ~ \[\e[48;5;236m\]\[\e[38;5;31m\]\[\e[38;5;15m\]\[\e[48;5;236m\] \$ \[\e[0m\]\[\e[38;5;236m\]\[\e[0m\] <imyusername>
Powerline works normally on my terminal(s). How can I fix this?
The text was updated successfully, but these errors were encountered:
Hi, having the same issues, a few notes:
Using Mac menterey 12.4 Adding in the main function in the __init__ file the line:
main
__init__
sys.stdout.write('\033[93mWarning test\033[0m')
Makes the output be respected as yellow as it should be. So seems a issue with how the strings are build or printed, but could not get to the issue.
Appreciate any tips
Sorry, something went wrong.
Oh, when you spend too much time in a obvious thing 😳
The --shell bare was not present, crap.
But be sure to use correct --shell for the call
--shell
No branches or pull requests
So I installed powerline-shell via the git way, everything seems to be working normally when I hit powerline-shell and it prints out this junk:
Powerline works normally on my terminal(s). How can I fix this?
The text was updated successfully, but these errors were encountered: