diff --git a/modules/tmux/init.zsh b/modules/tmux/init.zsh index 070abcaf..1687bfcf 100644 --- a/modules/tmux/init.zsh +++ b/modules/tmux/init.zsh @@ -17,9 +17,7 @@ fi # Auto Start # -if ([[ "$TERM_PROGRAM" = 'iTerm.app' ]] && \ - zstyle -t ':prezto:module:tmux:iterm' integrate \ -); then +if (zstyle -t ':prezto:module:tmux:iterm' integrate); then _tmux_iterm_integration='-CC' fi