~edwardloveall/dotfiles

40d020e1362203d9a4986523b411702a30cebf7d — Edward Loveall 1 year, 3 months ago 882416e
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"