made ls-remote actually usable

master
Nathan LaFreniere 2012-10-04 09:41:32 -07:00
parent 3d65d55b5a
commit e755c47d5a
1 changed files with 4 additions and 0 deletions

4
nvm.sh
View File

@ -274,6 +274,10 @@ nvm()
fi fi
return return
;; ;;
"ls-remote" | "list-remote" )
nvm_ls_remote
return
;;
"alias" ) "alias" )
mkdir -p $NVM_DIR/alias mkdir -p $NVM_DIR/alias
if [ $# -le 2 ]; then if [ $# -le 2 ]; then