From c4a13dd2b6005ecfb06f508a29aee9eef49b9b26 Mon Sep 17 00:00:00 2001 From: mikedeboer Date: Wed, 17 Oct 2012 16:50:05 +0000 Subject: [PATCH] updated list of commands --- bash_completion | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bash_completion b/bash_completion index e24b394..85b9eca 100644 --- a/bash_completion +++ b/bash_completion @@ -18,9 +18,9 @@ __nvm_commands () current_word="${COMP_WORDS[COMP_CWORD]}" COMMANDS='\ - help install uninstall use\ - run ls list deactivate alias\ - unalias copy-packages clear-cache version' + help install uninstall use run\ + ls ls-remote list list-remote deactivate\ + alias unalias copy-packages clear-cache version' if [ ${#COMP_WORDS[@]} == 4 ]; then