Added iTerm2 shell integration

This commit is contained in:
Eric Renfro 2022-06-26 09:54:17 -04:00
parent 1d98e95dca
commit 9f2631dc8d
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"