puntonim / promptastic

A fantastic prompt for Bash
http://painl.es/promptastic/
Apache License 2.0
81 stars 16 forks source link

zsh support #5

Open dserodio opened 9 years ago

dserodio commented 9 years ago

Are there plans to add zsh support?

puntonim commented 9 years ago

I am not a zsh user, so no plan in the short term. But let's see how many people are potentially interested in this feature...

crgr commented 9 years ago

zsh is an awesome shell and I felt right at home coming from bash. I'd be interested in having zsh support in promptastic.

puntonim commented 9 years ago

I had a quick look and it is actually not a lot of work. It's a matter of changing the way colors are encoded: f.i. tput setaf 238 works for Bash but not for zsh, while [38;5;238m should work for both. I'll try to fix this soon.

fuzzmz commented 9 years ago

Any updates on this issue?

puntonim commented 9 years ago

Not yet. I'd like to work on the compatibility with Python 2 first. I'll keep you posted.

Aftermath commented 8 years ago

Just a poke of interest if anything has been worked on here yet?

Thanks.