Better shared variable name.

This commit is contained in:
Nathan Broadbent
2011-10-18 00:36:36 +08:00
parent 8c95162bc6
commit acd8e42ee9
5 changed files with 20 additions and 19 deletions

View File

@@ -8,5 +8,5 @@ zsh_reset(){ if [[ $shell == "zsh" && -z $zsh_shwordsplit ]]; then unsetopt shw
# Update SCM Breeze from GitHub
update_scm_breeze() { $(cd "$scmbreezeDir"; git pull origin master); }
update_scm_breeze() { $(cd "$scmbDir"; git pull origin master); }