rvm hook into zsh

This commit is contained in:
Haak Saxberg 2015-12-02 16:02:10 -08:00 committed by Haak Saxberg
parent d1aaea2678
commit ea104397f8

View file

@ -33,3 +33,6 @@ zle -N fancy-ctrl-z
bindkey '^Z' fancy-ctrl-z bindkey '^Z' fancy-ctrl-z
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
# load RVM if it exists
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"