mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-17 13:22:47 +00:00
Add bash_completion for nvm exec
This commit is contained in:
@@ -73,7 +73,7 @@ __nvm ()
|
||||
previous_word="${COMP_WORDS[COMP_CWORD-1]}"
|
||||
|
||||
case "$previous_word" in
|
||||
use|run|ls|list|uninstall) __nvm_installed_nodes ;;
|
||||
use|run|exec|ls|list|uninstall) __nvm_installed_nodes ;;
|
||||
alias|unalias) __nvm_alias ;;
|
||||
*) __nvm_commands ;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user