Added iTerm2 shell integration

This commit is contained in:
Eric Renfro 2022-06-26 09:54:17 -04:00
parent 75673e974b
commit 48b0c3d45a
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 3 additions and 0 deletions

3
.zshrc
View File

@ -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"