diff --git a/bash/.bashrc b/bash/.bashrc index fe80084..b625678 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -33,4 +33,4 @@ fi source ~/.bash/iterm2_integration.bash # Homebrew -[ -d /opt/homebrew ]; eval $(/opt/homebrew/bin/brew shellenv) \ No newline at end of file +[ -d /opt/homebrew ] && eval $(/opt/homebrew/bin/brew shellenv) \ No newline at end of file