From 9aec19a6922d4c70e5ee1443e9b624aebc369902 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 28 Sep 2014 15:38:49 -0700 Subject: [PATCH] Update bash completion commands for nvm --- bash_completion | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bash_completion b/bash_completion index 6f80584..050aa75 100644 --- a/bash_completion +++ b/bash_completion @@ -18,9 +18,11 @@ __nvm_commands () current_word="${COMP_WORDS[COMP_CWORD]}" COMMANDS='\ - help install uninstall use run\ - ls ls-remote list list-remote deactivate\ - alias unalias copy-packages clear-cache version' + help install uninstall use run exec\ + alias unalias copy-packages + current list ls list-remote ls-remote\ + clear-cache deactivate unload + version' if [ ${#COMP_WORDS[@]} == 4 ]; then