• Andrew Janke's avatar
    tmux: refactor · 19716a8e
    Andrew Janke authored
    - Consolidates the switch-adding logic for readability.
    - Replaces "[[ ... ]] && ..." with "if [[ ... ]]; then ..." in some
      cases to avoid a spurious nonzero exit status from _zsh_tmux_plugin_run.
    - Puts error message on stderr instead of stdout
    19716a8e
tmux.plugin.zsh 3.34 KB