From 4dd019f1214155a9affdf19279ecfecc15364c35 Mon Sep 17 00:00:00 2001 From: Eragos Date: Sun, 12 Jun 2016 16:14:43 +0200 Subject: [PATCH] Add iTerm Shell Integration Doc: https://iterm2.com/documentation-shell-integration.html --- .commonrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.commonrc b/.commonrc index 1437adb..5574ee7 100755 --- a/.commonrc +++ b/.commonrc @@ -5,6 +5,7 @@ export MC_SKIN=$HOME/.config/mc/skins/solarized.ini export EDITOR=vim [[ -f "$HOME/.dotfiles/aliases" ]] && source "$HOME/.dotfiles/aliases" +[[ -f "$HOME/.iterm2_shell_integration.zsh" ]] && source "$HOME/.iterm2_shell_integration.zsh" if [ ! "$TERM_PROGRAM" = "iTerm.app" ]; then if [ -z "$TMUX" ]; then