Comment on Use ZshComments−grandalf13yjust installed zsh but now my rvm is broken, any quick tips? tried adding the following to .zshrc but it doesn't appear to have fixed the issue: if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then source "$HOME/.rvm/scripts/rvm" ; fi−jolan13yAre you using 1.16.x? The changelog mentions improved zsh support.http://www.engineyard.com/blog/2012/rvm-1-16/−grandalf13yGot it figured out, turns out .rvm/bin ended up in PATH which screwed it up.
Comments
just installed zsh but now my rvm is broken, any quick tips? tried adding the following to .zshrc but it doesn't appear to have fixed the issue:
Are you using 1.16.x? The changelog mentions improved zsh support.
http://www.engineyard.com/blog/2012/rvm-1-16/
Got it figured out, turns out .rvm/bin ended up in PATH which screwed it up.