mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Merge pull request #71 from bronson/master
trivial: remove references to stable and latest
This commit is contained in:
commit
4692f496da
6
nvm.sh
6
nvm.sh
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user