Skip to content

Commit

Permalink
Add ls-remote to autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Oct 17, 2012
1 parent 1dbb7c7 commit 7c2dfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_completion
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ __nvm_commands ()

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

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

0 comments on commit 7c2dfda

Please sign in to comment.