add iterm2 shell integration

This commit is contained in:
Förster
2017-09-19 14:45:34 +02:00
parent d2d7cf0688
commit f06a7abbff
12 changed files with 975 additions and 0 deletions

2
.zshrc
View File

@@ -69,3 +69,5 @@ setopt noincappendhistory
setopt nosharehistory
. $HOME/.shellrc.load
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"