mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-10 13:14:50 +01:00
Fix typo and indentation
This commit is contained in:
parent
22eafc0f0b
commit
b438c90574
4
zshrc
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user