From 1320aec4dafa598dbf54c1b0639fa6affbba0e94 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Sat, 28 Jan 2012 19:06:17 +0800 Subject: [PATCH] Default to ~/.scm_breeze directory in bashrc --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3134270..e2bc8e2 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ if [ "$scmbDir" != "$HOME/.scm_breeze" ]; then fi # This loads SCM Breeze into the shell session. -exec_string="[ -s \"$scmbDir/scm_breeze.sh\" ] && . \"$scmbDir/scm_breeze.sh\"" +exec_string="[ -s \"$HOME/.scm_breeze/scm_breeze.sh\" ] && . \"$HOME/.scm_breeze/scm_breeze.sh\"" # Add line to bashrc and zshrc if not already present. for rc in bashrc zshrc; do