Revert "add /.nvm to NVM_DIR so we dont clutter up home directories"

This reverts commit a107b12d2a.
master
Nathan LaFreniere 2012-10-04 09:29:05 -07:00
parent a107b12d2a
commit 07aaa91c9b
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -7,7 +7,7 @@
# Auto detect the NVM_DIR
if [ ! -d "$NVM_DIR" ]; then
export NVM_DIR=$(cd $(dirname ${BASH_SOURCE[0]:-$0}) && pwd)'/.nvm'
export NVM_DIR=$(cd $(dirname ${BASH_SOURCE[0]:-$0}) && pwd)
fi
# Make zsh glob matching behave same as bash