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