Add `nvm which` to `bash_completion`

master
Jordan Harband 2014-12-17 01:29:38 -08:00
parent 74b36b09ff
commit fc3a30dd0e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ __nvm_commands ()
alias unalias reinstall-packages \ alias unalias reinstall-packages \
current list ls list-remote ls-remote \ current list ls list-remote ls-remote \
clear-cache deactivate unload \ clear-cache deactivate unload \
version' version which'
if [ ${#COMP_WORDS[@]} == 4 ]; then if [ ${#COMP_WORDS[@]} == 4 ]; then