From 7c2dfda88dbd87387f330d792fe91b61ad726596 Mon Sep 17 00:00:00 2001 From: Tim Caswell Date: Wed, 17 Oct 2012 16:47:24 +0000 Subject: [PATCH] Add ls-remote to autocomplete --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index e24b394..43ef607 100644 --- a/bash_completion +++ b/bash_completion @@ -19,7 +19,7 @@ __nvm_commands () COMMANDS='\ help install uninstall use\ - run ls list deactivate alias\ + run ls ls-remote list deactivate alias\ unalias copy-packages clear-cache version' if [ ${#COMP_WORDS[@]} == 4 ]; then