mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Remove alias info when calling help on an alias
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user