1
0
Fork 0
This commit is contained in:
Rui Coelho 2024-06-13 20:17:29 +00:00 committed by GitHub
commit d48fc32cbf
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"