diff --git a/.zshrc b/.zshrc index f612c75..cf34dda 100644 --- a/.zshrc +++ b/.zshrc @@ -162,3 +162,6 @@ done < <(find "${HOME}/.local/dotfiles/" -name '*.zsh') # Disable Ctrl+S Scroll-Locking stty -ixon +# iTerm2 Shell Integration +test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh" +