From 55245cc98e816c63a91e92ccb298c7437e6f0e99 Mon Sep 17 00:00:00 2001 From: Daniele Andreoli Date: Thu, 7 Jan 2016 09:20:23 +0100 Subject: [PATCH] Fix typo and missing spaces --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6e4232fd..f8afeaf7 100755 --- a/install.sh +++ b/install.sh @@ -32,11 +32,11 @@ if [ -e "$HOME/$BACKUP_FILE" ]; then done fi -read -e -n 1 -r -p "Would you like to keep your $CONFIG_FILE and append bash_it templates at the end?[y/N] " choice +read -e -n 1 -r -p "Would you like to keep your $CONFIG_FILE and append bash-it templates at the end? [y/N] " choice case $choice in [yY]) (sed "s|{{BASH_IT}}|$BASH_IT|" "$BASH_IT/template/bash_profile.template.bash" || tail -n +2) >> "$HOME/$CONFIG_FILE" - echo -e "\033[0;32mBash_it template has correctly added to your $CONFIG_FILE\033[0m" + echo -e "\033[0;32mBash-it template has been added to your $CONFIG_FILE\033[0m" ;; [nN]|"") test -w "$HOME/$CONFIG_FILE" &&