From ea104397f81dee4a8c9887e87c798cefa63853ad Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Wed, 2 Dec 2015 16:02:10 -0800 Subject: [PATCH] rvm hook into zsh --- zsh-files/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh-files/zshrc b/zsh-files/zshrc index 0008e09..03b1402 100644 --- a/zsh-files/zshrc +++ b/zsh-files/zshrc @@ -33,3 +33,6 @@ zle -N fancy-ctrl-z bindkey '^Z' fancy-ctrl-z eval "$(direnv hook zsh)" + +# load RVM if it exists +[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"