diff --git a/zshrc b/zshrc index d0e12a0c..17c26c91 100644 --- a/zshrc +++ b/zshrc @@ -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"