diff --git a/libexec/tmuxifier-commands b/libexec/tmuxifier-commands index c2b374e..2d06e25 100755 --- a/libexec/tmuxifier-commands +++ b/libexec/tmuxifier-commands @@ -7,7 +7,7 @@ shopt -s nullglob { for path in ${PATH//:/$'\n'}; do for command in "${path}/tmuxifier-"*; do command="${command##*tmuxifier-}" - echo ${command##sh-} + echo "$command" done done } | sort | uniq