Remove exit from install. Update readme for install locations

This commit is contained in:
Justin Dray
2015-10-16 16:27:58 +02:00
parent 7923b865ea
commit dad983adb5
2 changed files with 1 additions and 2 deletions

View File

@@ -38,7 +38,6 @@ test -w "$HOME/$CONFIG_FILE" &&
cp "$BASH_IT/template/bash_profile.template.bash" "$HOME/$CONFIG_FILE"
sed -i "s|{{BASH_IT}}|$BASH_IT|" "$HOME/$CONFIG_FILE"
exit
echo -e "\033[0;32mCopied the template $CONFIG_FILE into ~/$CONFIG_FILE, edit this file to customize bash-it\033[0m"