From 23f4df9086ebd2c03500b397740543f0675e817d Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 23 Mar 2021 17:34:23 +0000 Subject: [PATCH] Fix derp with bash startup --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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