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

4
zshrc
View file

@ -70,4 +70,6 @@ if test -d "$HOME/.rbenv/bin" ; then
fi
# load nvm
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
if test -d "$NVM_DIR"; then
source "$NVM_DIR/nvm.sh"
fi