diff --git a/.zshrc b/.zshrc index 9bbc173..6766bc8 100644 --- a/.zshrc +++ b/.zshrc @@ -9,6 +9,7 @@ case "`uname`" in STATARGS="-c %Z" ;; Darwin) + test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh" STATARGS="-f %m" ;; *)