Added iTerm2 shell integration
This commit is contained in:
parent
75673e974b
commit
48b0c3d45a
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue