This commit is contained in:
basbebe 2024-04-26 01:10:27 +02:00 committed by GitHub
commit 2ab53be6f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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