From 449585b4f777544b56a9e2bde49dbbd2bbd6d8f5 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 28 Feb 2021 01:02:39 +0000 Subject: [PATCH] Load iTerm2 integration on all hosts --- bash/.bash_profile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bash/.bash_profile b/bash/.bash_profile index 6bda752..5755bc3 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -18,15 +18,14 @@ else export VISUAL=vi fi +# Load iTerm2 integration, for all hosts +source ~/.bash/iterm2_integration.bash + # OSX Specific envs if [ $(uname) == "Darwin" ]; then # Shhh Catlina, we don't care! export BASH_SILENCE_DEPRECATION_WARNING=1 - if [ "${TERM_PROGRAM}" == "iTerm.app" ]; then - source ~/.bash/iterm2_integration.bash - fi - # M1 specific hacks if [ $(uname -p) == "arm" ]; then # Stop golang progs having fun with Rosetta 2 (https://yaleman.org/post/2021/2021-01-01-apple-m1-terraform-and-golang/)