From 654445457db93d47cbc1d497d04250c413412221 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Sun, 20 Jan 2019 12:07:42 +0000 Subject: [PATCH] Remove OS check for iTerm2 inclusions since it's deployed conditionally via Ansible --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 49171e4..372df71 100755 --- a/.bashrc +++ b/.bashrc @@ -155,7 +155,7 @@ fi #-------------------------------------------------------------------------------- # iTerm2 shell integration #-------------------------------------------------------------------------------- -[ $(uname -s) = 'Darwin' -a -f ~/.iterm2/shell_integration.bash ] && source ~/.iterm2/shell_integration.bash +[ -f ~/.iterm2/shell_integration.bash ] && source ~/.iterm2/shell_integration.bash #-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------