cirho / powerline-rust

powerline-shell written in Rust
MIT License
50 stars 25 forks source link

Colors and icons not showing in Zsh #12

Closed sumanthratna closed 4 years ago

sumanthratna commented 4 years ago

When I open a new Terminal window, this is what I see (macOS 10.15.5 Beta):

\[\e[38;5;250m\]\[\e[48;5;240m\] suman \[\e[48;5;238m\]\[\e[38;5;240m\]\[\e[38;5;250m\]\[\e[48;5;238m\] SumanthRatnasAir \[\e[48;5;31m\]\[\e[38;5;238m\]\[\e[38;5;254m\]\[\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\] 
sumanthratna commented 4 years ago

Running cargo install --no-default-features --features "zsh-shell libgit" --path . in this repository fixed it (adapted from https://github.com/cirho/powerline-rust/issues/9#issuecomment-552213116).