From 0b5ca1cefca4c0fb2f7b0576236a9d5182c30d7a Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 5 Jun 2025 16:36:48 -0700 Subject: [PATCH] Potentially source iterm2 integration --- dotfiles/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 35f2e4d..9105641 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -184,6 +184,8 @@ if [[ $- == *i* ]] ; then if command -v direnv >/dev/null 2>&1 ; then eval "$(direnv hook zsh)" fi + test -e "${HOME}/.iterm2_shell_integration.zsh" && \ + source "${HOME}/.iterm2_shell_integration.zsh" || true fi # End interactive-only block # In case ack is named ack-grep