Skip to content

Commit

Permalink
Merge pull request nvm-sh#154 from mikedeboer/master
Browse files Browse the repository at this point in the history
one more: list-remote
  • Loading branch information
creationix committed Oct 17, 2012
2 parents 7c2dfda + ab16d34 commit 5977a02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bash_completion
Expand Up @@ -18,9 +18,9 @@ __nvm_commands ()
current_word="${COMP_WORDS[COMP_CWORD]}"

COMMANDS='\
help install uninstall use\
run ls ls-remote list deactivate alias\
unalias copy-packages clear-cache version'
help install uninstall use run\
ls ls-remote list list-remote deactivate\
alias unalias copy-packages clear-cache version'

if [ ${#COMP_WORDS[@]} == 4 ]; then

Expand Down

0 comments on commit 5977a02

Please sign in to comment.