promptastic
promptastic copied to clipboard
zsh support
Are there plans to add zsh support?
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...
zsh is an awesome shell and I felt right at home coming from bash. I'd be interested in having zsh support in promptastic.
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.
Any updates on this issue?
Not yet. I'd like to work on the compatibility with Python 2 first. I'll keep you posted.
Just a poke of interest if anything has been worked on here yet?
Thanks.