From b2d8d69496cd6eb21fef612a36ad86bdb3e9548f Mon Sep 17 00:00:00 2001 From: Peter Murray Date: Thu, 26 May 2016 15:38:29 -0400 Subject: [PATCH] Update iterm2 shell integration test/execute --- zsh/plugins_before.zsh | 1 - zshrc | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/plugins_before.zsh b/zsh/plugins_before.zsh index 5c2a8572f..7b2b994cf 100644 --- a/zsh/plugins_before.zsh +++ b/zsh/plugins_before.zsh @@ -3,4 +3,3 @@ # zsh-completions fpath=(/usr/local/share/zsh/site-functions ~/.zsh/plugins/zsh-completions/src $fpath) -source ~/.zsh/plugins/iterm2_shell_integration.zsh diff --git a/zshrc b/zshrc index ea953fe88..60db80556 100644 --- a/zshrc +++ b/zshrc @@ -32,3 +32,5 @@ source ~/.zsh/plugins_after.zsh if [ -f ~/.zshrc_local_after ]; then source ~/.zshrc_local_after fi + +test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"