Initialize NVM

This commit is contained in:
Andrew Tomaka 2014-09-05 00:32:23 -04:00
parent 91032066bf
commit ea85092e99

3
.zshrc
View file

@ -61,3 +61,6 @@ export EDITOR='vim'
if test -d "$HOME/.rbenv/bin" ; then
eval "$(rbenv init -)"
fi
export NVM_DIR="/Users/atomaka/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm