read the .nvmrc if present

master
GPad 2013-01-25 19:13:40 +01:00
parent bc9c82cb9f
commit 7226e5fb98
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -352,7 +352,7 @@ nvm()
fi
;;
"use" )
if [ $# -ne 2 ]; then
if [ $# -eq 0 ]; then
nvm help
return
fi