mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Add nvm which
to bash_completion
This commit is contained in:
parent
74b36b09ff
commit
fc3a30dd0e
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user