Wrap everything in a git function so that zsh can expand any aliases for tab completion

This commit is contained in:
Nathan Broadbent
2012-08-13 04:11:09 +12:00
parent 30ebeb281e
commit 5e7f49ec7d
4 changed files with 40 additions and 40 deletions

View File

@@ -9,10 +9,10 @@ export gs_max_changes="150"
# - When using the git_add_shorcuts() command, automatically invoke 'git rm' to remove deleted files?
export ga_auto_remove="yes"
# - Set the following option to 'yes' if you want to augment your existing git aliases,
# - Set the following option to 'no' if you want to use your existing git aliases
# instead of overwriting them.
# Note: Bash tab completion will not be automatically set up for your aliases if you choose this option.
export git_augment_current_aliases="no"
# Note: Bash tab completion will not be automatically set up for your aliases if you disable this option.
export git_setup_aliases="yes"
# Git Index Config