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

4
zshrc
View File

@ -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