Better shared variable name.
This commit is contained in:
@@ -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); }
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
# --------------------------------------------------------------------
|
||||
git_status_shortcuts() {
|
||||
# Run ruby script, store output
|
||||
cmd_output=$(/usr/bin/env ruby "$scmbreezeDir/lib/git/status_shortcuts.rb" $@)
|
||||
cmd_output=$(/usr/bin/env ruby "$scmbDir/lib/git/status_shortcuts.rb" $@)
|
||||
if [[ -z "$cmd_output" ]]; then
|
||||
# Just show regular git status if ruby script returns nothing.
|
||||
git status; return 1
|
||||
|
||||
Reference in New Issue
Block a user