Added alias wrapper to ignore errors when alias isn't defined.

This commit is contained in:
Nathan Broadbent
2011-10-19 16:52:19 +08:00
parent 9cb8b6b0fe
commit 8be41f63d0
4 changed files with 41 additions and 38 deletions

View File

@@ -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