From 37e0977e6060b1dfdebcd77a0aa8ecc9d3fd3ba4 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Tue, 10 Apr 2018 15:53:33 +0800 Subject: [PATCH] `install.sh`: Improve install.sh prompt output, add a newline --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 3fd6cab..22b4244 100755 --- a/install.sh +++ b/install.sh @@ -344,6 +344,7 @@ nvm_do_install() { echo " OR" echo "=> Append the following lines to the correct file yourself:" command printf "${SOURCE_STR}" + echo else if nvm_profile_is_bash_or_zsh "${NVM_PROFILE-}"; then BASH_OR_ZSH=true