rvm plugin to fix cwd error

This commit is contained in:
Alex Ray 2011-02-05 21:54:57 -05:00
commit cfdaf3c1e4

View file

@ -0,0 +1,5 @@
# Prevents ~rvm_rvmrc_cwd from showing in the prompt
# http://rvm.beginrescueend.com/integration/zsh/
unsetopt auto_name_dirs
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"