Skip to content

Commit

Permalink
Move iterm2 shell integration into zshenv
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinSuttle committed Apr 22, 2015
1 parent 636ec43 commit 1c74df5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions zshenv
Expand Up @@ -32,3 +32,4 @@ for config_file ($DOTFILES/{aliases,colors,functions}) source $config_file

fpath=(/usr/local/share/zsh-completions "$HOME/.zfunctions" $fpath )
source ~/Code/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /Users/kevinsuttle/.iterm2_shell_integration.zsh
2 changes: 0 additions & 2 deletions zshrc
Expand Up @@ -67,5 +67,3 @@ chpwd() {
# Set Terminal title to current directory dynamically
print -Pn "\e]0; %~\a"
}

source /Users/kevinsuttle/.iterm2_shell_integration.zsh

0 comments on commit 1c74df5

Please sign in to comment.