This commit is contained in:
Rui Coelho 2024-05-01 21:24:19 +02:00 committed by GitHub
commit 22536f1d6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,3 +127,7 @@ then
# Sets titles before command execution.
add-zsh-hook preexec _terminal-set-titles-with-command
fi
# Iterm2 integration
test -e "${HOME}/.iterm2_shell_integration.zsh" && \
source "${HOME}/.iterm2_shell_integration.zsh"