Browse Source

Add `nvm which` to `bash_completion`

master
Jordan Harband 10 years ago
parent
commit
fc3a30dd0e
  1. 2
      bash_completion

2
bash_completion

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

Loading…
Cancel
Save