Added rvm

This commit is contained in:
yan 2011-11-23 21:14:45 -06:00
parent 2521585b06
commit 8851e1536d

3
zshrc
View File

@ -25,3 +25,6 @@ setopt auto_pushd
zstyle ':completion:*' completer _complete _match _approximate
zstyle ':completion:*:match:*' original only
zstyle ':completion:*:approximate:*' max-errors 1 numeric
# RVM
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"