Browse Source

read the .nvmrc if present

install_use_nvmrc
GPad 12 years ago
parent
commit
7226e5fb98
  1. 2
      nvm.sh

2
nvm.sh

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

Loading…
Cancel
Save