From 48b0c3d45a82e78c8a51fcbbe4e55305fb1dcb7f Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sun, 26 Jun 2022 09:54:17 -0400 Subject: [PATCH] Added iTerm2 shell integration --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) 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" +