From 82ab5b47a791211c81a69093d842d8383e307d67 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 22 Apr 2012 19:37:27 +0100 Subject: [PATCH] Remove alias info when calling `help` on an alias --- libexec/tmuxifier-help | 1 - 1 file changed, 1 deletion(-) diff --git a/libexec/tmuxifier-help b/libexec/tmuxifier-help index ad9ac1a..84225c5 100755 --- a/libexec/tmuxifier-help +++ b/libexec/tmuxifier-help @@ -15,7 +15,6 @@ command_path="$(command -v "tmuxifier-$command" || true)" if [ -z "$command_path" ]; then resolved="$(tmuxifier-alias "$command")" if [ ! -z "$resolved" ]; then - echo "'$command' is an alias for the '$resolved' command" command="$resolved" command_path="$(command -v "tmuxifier-$command" || true)" fi