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 #-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------