Fix derp with bash startup

This commit is contained in:
2021-03-23 17:34:23 +00:00
parent d58e38cbc8
commit 23f4df9086

View File

@@ -33,4 +33,4 @@ fi
source ~/.bash/iterm2_integration.bash
# Homebrew
[ -d /opt/homebrew ]; eval $(/opt/homebrew/bin/brew shellenv)
[ -d /opt/homebrew ] && eval $(/opt/homebrew/bin/brew shellenv)