From b98f7b0b21c79d8a37f4e53a26fb46ecd83be3b9 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Tue, 18 Oct 2011 00:52:48 +0800 Subject: [PATCH] Docs --- install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6c95509..afd099d 100755 --- a/install.sh +++ b/install.sh @@ -5,14 +5,17 @@ exec_string='[[ -s "$HOME/.scm_breeze/scm_breeze.sh" ]] && . "$HOME/.scm_breeze/ for rc in bashrc zshrc; do if [[ -s "$HOME/.$rc" ]] && ! grep -q "$exec_string" "$HOME/.$rc"; then echo -e "\n$exec_string" >> "$HOME/.$rc" + echo "== Added SCM Breeze to '~/.$rc'" fi done -# Set up +# Set up ~/*.scmbrc files +# --------------------------------------------------------------------------------------------- +# Git if ! [[ -s "$HOME/.git.scmbrc" ]]; then cp "$HOME/.scm_breeze/git.scmbrc.example" "$HOME/.git.scmbrc" echo "== 'git.scmbrc.example' has been copied to '~/.git.scmbrc'. - Please edit this file to change SCM Breeze settings, and Git aliases & keyboard shortcuts." + Please edit this file to change SCM Breeze settings, Git aliases, and Git keyboard bindings." fi