From 963de3b7aae1712667cd07eb9749818a1625ca63 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Sat, 17 Nov 2012 11:45:26 +1300 Subject: [PATCH] Handle "aliased to" for OS X Terminal.app ... --- lib/git/shell_shortcuts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/git/shell_shortcuts.sh b/lib/git/shell_shortcuts.sh index e82803e..2cac99a 100644 --- a/lib/git/shell_shortcuts.sh +++ b/lib/git/shell_shortcuts.sh @@ -25,7 +25,7 @@ if [ "$shell_command_wrapping_enabled" = "true" ] || [ "$bash_command_wrapping_e *'not found'*) if [ "${scmbDebug:-}" = "true" ]; then echo "SCMB: $cmd not found!"; fi;; - *'is aliased to'*|*'is an alias for'*) + *'aliased to'*|*'is an alias for'*) if [ "${scmbDebug:-}" = "true" ]; then echo "SCMB: $cmd is an alias"; fi # Store original alias local original_alias="$(whence $cmd)"