Skip to content

Commit

Permalink
Update iterm2 shell integration test/execute
Browse files Browse the repository at this point in the history
  • Loading branch information
dltj committed May 26, 2016
1 parent f36d40f commit b2d8d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion zsh/plugins_before.zsh
Expand Up @@ -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
2 changes: 2 additions & 0 deletions zshrc
Expand Up @@ -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"

0 comments on commit b2d8d69

Please sign in to comment.