oh-my-fish / theme-bobthefish

A Powerline-style, Git-aware fish theme optimized for awesome.
MIT License
1.44k stars 223 forks source link

Can you port this theme to zsh? #298

Closed SCCOBN closed 4 months ago

SCCOBN commented 3 years ago

I had problems with fish displaying proper powerline characters, got ? instead of > graphic left of cursor, no guide online helped me fix it. Installing zsh and oh my zsh fixed all issues, so it's a problem with fish, yea fish sucks.

Could you please port this theme for zsh?

bobthecow commented 3 years ago

It might be locale related. Several tickets have hinted at issues using non-UTF-8 locales with fish, e.g. https://github.com/oh-my-fish/theme-bobthefish/issues/125#issuecomment-640087544

I don't plan on porting bobthefish to zsh, because I don't use zsh. But you can feel free to 🙂

SCCOBN commented 3 years ago

Yes it was locale related I had to add to the fish file export LC_ALL=en_US=UTF-8.. strange since I have that uncommented in locale file.