#34 - Increased max changes before falling back to standard git status, from 99 to 150. Also added a explanation message that is shown after the regular git status.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
# - Set your preferred prefix for env variable file shortcuts.
|
||||
# (I chose 'e' because it is easy to slide your finger to it from '$'.)
|
||||
export git_env_char="e"
|
||||
# - Max changes before reverting to 'git status'. git_status_shortcuts() may slow down for lots of changes.
|
||||
export gs_max_changes="99"
|
||||
# - Max changed files before reverting to 'git status'. git_status_shortcuts() will be slower for lots of changed files.
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user