Wrap everything in a git function so that zsh can expand any aliases for tab completion
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user