mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-05 13:14:26 +08:00
- 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