From 131cb604a23919434940ec4792cea8393dce40ba Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Thu, 16 May 2019 12:25:52 +0300 Subject: [PATCH] macos: ++iterm2 --- etc/shell/bash/bashrc_macos | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/shell/bash/bashrc_macos b/etc/shell/bash/bashrc_macos index fdc3503..c7cbc7c 100644 --- a/etc/shell/bash/bashrc_macos +++ b/etc/shell/bash/bashrc_macos @@ -1,5 +1,7 @@ PATH="/usr/local/opt/coreutils/libexec/gnubin/:/Applications/:~/go/bin/:~/Library/Python/3.7/bin/:$PATH" +test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash" + [[ -f $BASHRC/aliases_macos ]] && MACOS_ALIASES="$BASHRC/aliases_macos" \ && . $MACOS_ALIASES \ && HELPSRC+=("$MACOS_ALIASES")