From b438c90574bdbf0bb28fb69ce15062387feb90aa Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Sun, 20 Feb 2022 17:58:58 +0100 Subject: [PATCH] Fix typo and indentation --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 55ca4ab..107f0c2 100644 --- a/zshrc +++ b/zshrc @@ -36,8 +36,8 @@ if test -f "/opt/homebrew/bin/brew"; then homebrew_path="/opt/homebrew/bin" homebrew_opt="/opt/homebrew/opt" elif test -f "/usr/local/bin/brew"; then - homebrew_path="/usr/local/bin" - homebrew_path="/usr/local/opt" + homebrew_path="/usr/local/bin" + homebrew_opt="/usr/local/opt" fi # Load additional settings