Added update function. More name changes
This commit is contained in:
@@ -6,3 +6,7 @@ if [[ $shell == "zsh" ]]; then zsh_shwordsplit=$((setopt | grep -q shwordsplit)
|
||||
zsh_compat(){ if [[ $shell == "zsh" && -z $zsh_shwordsplit ]]; then setopt shwordsplit; fi; }
|
||||
zsh_reset(){ if [[ $shell == "zsh" && -z $zsh_shwordsplit ]]; then unsetopt shwordsplit; fi; }
|
||||
|
||||
|
||||
# Update SCM Breeze from GitHub
|
||||
update_scm_breeze() { $(cd "$scmbreezeDir"; git pull origin master); }
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Set up configured aliases & keyboard shortcuts
|
||||
# --------------------------------------------------------------------
|
||||
|
||||
# Git Breeze functions
|
||||
# SCM Breeze functions
|
||||
alias $git_status_shortcuts_alias="git_status_shortcuts"
|
||||
alias $git_add_shortcuts_alias="git_add_shorcuts"
|
||||
alias $exec_git_expand_args_alias="exec_git_expand_args"
|
||||
|
||||
Reference in New Issue
Block a user