From 0e179d53f73b8c50b0237d3a882d19947a6808d1 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 4 Jul 2011 22:36:20 -0700 Subject: [PATCH] add rvm to zshrc --- zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index 9ceb3aa..041478a 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -67,6 +67,9 @@ else export VISUAL=vi fi +# Load RVM into a shell session *as a function* +[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" + # 2. Limits # =========