Fix typo and indentation

This commit is contained in:
Jan Jastrow 2022-02-20 17:58:58 +01:00
parent 22eafc0f0b
commit b438c90574
1 changed files with 2 additions and 2 deletions

2
zshrc
View File

@ -37,7 +37,7 @@ if test -f "/opt/homebrew/bin/brew"; then
homebrew_opt="/opt/homebrew/opt" homebrew_opt="/opt/homebrew/opt"
elif test -f "/usr/local/bin/brew"; then elif test -f "/usr/local/bin/brew"; then
homebrew_path="/usr/local/bin" homebrew_path="/usr/local/bin"
homebrew_path="/usr/local/opt" homebrew_opt="/usr/local/opt"
fi fi
# Load additional settings # Load additional settings