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
The color of the bar is bleeding across the terminal, you can see an image of what it looks like here: bleeding bar color.
It started happening when I upgraded to zsh 5.7
zshrc version: zsh 5.7 (x86_64-pc-linux-gnu) .zshrc config: ## # Silver Prompt https://github.com/reujab/silver ## SILVER=(status:black:white dir:blue:black git:green:black virtualenv:yellow:blue cmdtime:magenta:black env:red:white:AWS_SHELL) export SILVER_SHELL=zsh export SILVER_DIR_ALIASES=$HOME/Development: eval "$(silver init)"
The text was updated successfully, but these errors were encountered:
34dbf75
I was able to reproduce after upgrading to zsh 5.7.
Thanks for reporting this issue; it's been fixed in silver v1.0.5.
Sorry, something went wrong.
fixed reujab/silver#5
3d4aacb
That fixed it for me, thanks!
No problem. If you need anything else, please feel free to open another issue.
No branches or pull requests
The color of the bar is bleeding across the terminal, you can see an image of what it looks like here: bleeding bar color.
It started happening when I upgraded to zsh 5.7
zshrc version: zsh 5.7 (x86_64-pc-linux-gnu)
.zshrc config:
##
# Silver Prompt https://github.com/reujab/silver
##
SILVER=(status:black:white dir:blue:black git:green:black virtualenv:yellow:blue cmdtime:magenta:black
env:red:white:AWS_SHELL)
export SILVER_SHELL=zsh
export SILVER_DIR_ALIASES=$HOME/Development:
eval "$(silver init)"
The text was updated successfully, but these errors were encountered: