Falkor / dotfiles

Personal configuration files for bash, zsh, git, vim, screen etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I delete rvm status when unecessary?

eailfly opened this issue · comments

Hi, I see your screenshot, it seems that since you run 'rvm use 2.1' then it shows rvm status on the right prompt, befor that it don't have that. How can you do that? I use rvm and powerlevel9k too, but I have rvm status on my right prompt all the time, how can I delete it when unnecessary?

Hi @eailfly

if you use your system ruby (rvm use system) then nothing is display in the rvm plugin - it is configured like that. I personally set it as default behavior (i.e. to use the system ruby by default) which explains why noting is displayed at the beginning.

tried this and it worked!!! thangk you.