Added alias wrapper to ignore errors when alias isn't defined.
This commit is contained in:
@@ -66,6 +66,6 @@ git_show_alias="gsh"
|
||||
# Git Keyboard Shortcuts
|
||||
# ---------------------------------------------
|
||||
git_status_shortcuts_keys="\C- " # CTRL+SPACE
|
||||
git_commit_all_keys="\C-x " # CTRL+x SPACE
|
||||
git_add_and_commit_keys="\C-xc" # CTRL+x c
|
||||
git_commit_all_keys="\C-x " # CTRL+x, SPACE
|
||||
git_add_and_commit_keys="\C-xc" # CTRL+x, c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user