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

master
Nathan LaFreniere 2012-10-04 09:28:32 -07:00
parent a12b6d7dd6
commit a107b12d2a
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)
export NVM_DIR=$(cd $(dirname ${BASH_SOURCE[0]:-$0}) && pwd)'/.nvm'
fi
# Make zsh glob matching behave same as bash