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 # =========