Added iTerm2 shell integration

This commit is contained in:
Eric Renfro 2022-06-26 09:54:17 -04:00
parent 7a872d7bb3
commit 10534c1f8a
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"