Add iTerm integration if we're using iterm https://iterm2.com/documentation-shell-integration.html
1 files changed, 5 insertions(+), 0 deletions(-) M zsh/dot-zshrc
M zsh/dot-zshrc => zsh/dot-zshrc +5 -0
@@ 106,6 106,11 @@ export PKG_CONFIG_PATH="/opt/homebrew/lib/pkgconfig:$PKG_CONFIG_PATH" # go [ -f ~/.asdf/plugins/golang/set-env.zsh ] && source ~/.asdf/plugins/golang/set-env.zsh # iTerm integration test -e "${HOME}/.iterm2_shell_integration.zsh" && [ $TERM_PROGRAM = "iTerm.app" ] && source "${HOME}/.iterm2_shell_integration.zsh" ### Local overrides ### [ -f "$HOME/.zshrc.local" ] && source "$HOME/.zshrc.local"