From 8851e1536d306dcc4bc614e3745d28cea00a3efb Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 23 Nov 2011 21:14:45 -0600 Subject: [PATCH] Added rvm --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index d0e12a0..17c26c9 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"