reujab / silver

A cross-shell customizable powerline-like prompt with icons
MIT License
453 stars 30 forks source link

color of powerline bar is bleeding across terminal with ZSH 5.7 #5

Closed rivernate closed 5 years ago

rivernate commented 5 years ago

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)"
reujab commented 5 years ago

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.

rivernate commented 5 years ago

That fixed it for me, thanks!

reujab commented 5 years ago

No problem. If you need anything else, please feel free to open another issue.