diff --git a/libexec/tmuxifier-tmux b/libexec/tmuxifier-tmux index 7686460..3c75905 100755 --- a/libexec/tmuxifier-tmux +++ b/libexec/tmuxifier-tmux @@ -6,7 +6,7 @@ set -e source "$TMUXIFIER/lib/util.sh" # Provide tmuxifier help -if calling-help "$@"; then +if [[ " $@ " == *" --help "* ]]; then echo "usage: tmuxifier tmux [...] Wrapper command for Tmux executable allowing Tmuxifier to pass in any custom