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