From b5034bb2b2b4ff4463b269fb5b45c1a2ee8d29a0 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Fri, 23 Jun 2017 14:21:10 +0800 Subject: [PATCH] [bash completion] add missing `install-latest-npm`; remove undocumented `clear-cache` --- bash_completion | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index 7f25f34..fb62dcc 100644 --- a/bash_completion +++ b/bash_completion @@ -25,7 +25,8 @@ __nvm_commands () help install uninstall use run exec alias unalias reinstall-packages current list ls list-remote ls-remote - cache clear-cache deactivate unload + install-latest-npm + cache deactivate unload version version-remote which' if [ ${#COMP_WORDS[@]} == 4 ]; then