From 911ff87601b516923c424051799add4d70588fa1 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sun, 1 Jan 2017 18:06:50 +0800 Subject: [PATCH] [Fix] bash_completion source prompt, remove && --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7766aa5..6c1fbfe 100755 --- a/install.sh +++ b/install.sh @@ -353,7 +353,7 @@ nvm_do_install() { echo "=> Close and reopen your terminal to start using nvm or run the following to use it now:" command printf "${SOURCE_STR}" if ${BASH_OR_ZSH} ; then - command printf " && ${COMPLETION_STR}" + command printf "${COMPLETION_STR}" fi }