Merge branch 'master' of github.com:atomaka/dotfiles

This commit is contained in:
Andrew Tomaka 2015-06-16 13:40:24 -04:00
commit ea6c015d47

6
zshrc
View file

@ -65,9 +65,11 @@ fi
export EDITOR='vim'
# init rbenv
if test -d "$HOME/.rbenv/bin" ; then
if test -d "$HOME/.rbenv/bin"; then
eval "$(rbenv init -)"
fi
# load nvm
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
if test -d "$NVM_DIR"; then
source "$NVM_DIR/nvm.sh"
fi