From e781535a51cb3570c50e4c739b3c00ee177ea226 Mon Sep 17 00:00:00 2001 From: Edward Dorrington Date: Mon, 17 Dec 2018 08:58:58 -0800 Subject: [PATCH] Add test for iterm integrations and clean up duplicate path entries --- .zshrc | 1 + 1 file changed, 1 insertion(+) 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" ;; *)