add support for different nvm directory

This commit is contained in:
jaxgeller 2015-03-02 19:56:13 -05:00
commit 40c7a52e34
2 changed files with 1 additions and 29 deletions

View file

@ -1,3 +1 @@
# The addition 'nvm install' attempts in ~/.profile
[[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh
[[ -s $NVM_DIR/nvm.sh ]] && . $NVM_DIR/nvm.sh