Merge pull request #71 from bronson/master

trivial: remove references to stable and latest
master
Tim Caswell 2011-10-05 14:48:21 -07:00
commit 4692f496da
1 changed files with 2 additions and 4 deletions

6
nvm.sh
View File

@ -200,15 +200,13 @@ nvm()
export NVM_BIN="$NVM_DIR/$VERSION/bin"
echo "Now using node $VERSION"
;;
"ls" )
"ls" | "list" )
if [ $# -ne 1 ]; then
nvm_version $2
return
fi
nvm_version all
for P in {stable,latest,current}; do
echo -ne "$P: \t"; nvm_version $P
done
echo -ne "current: \t"; nvm_version current
nvm alias
;;
"alias" )