davidjrice / prezto_powerline

Powerline-esque theme for Prezto ZSH
117 stars 31 forks source link

Disable RVM status area #5

Open iainbeeston opened 9 years ago

iainbeeston commented 9 years ago

At the moment, prezto power line is a bit broken for anyone not using rvm. Anyone not using ruby is left with a useless white block at the right of the prompt. Anyone using ruby but not rvm (for example chruby or rbenv) would still find this block useless.

Would it be possible to add a config variable to disable that area? Or simply not show it if RVM is not installed?

davidjrice commented 9 years ago

Yeah, I’m all in favour of this, it’s crossed my mind a few times but I haven’t had the time. It would also be good to support npm etc. Just need to find a good way to achieve it without compromising performance.

blcarson commented 9 years ago

@iainbeeston removing lines 177 to 179 did the trick for me