.zshrc: Add Homebrew's sbin to PATH on macOS
This commit is contained in:
parent
ed07d98882
commit
1bf562eec9
2
.zshrc
2
.zshrc
@ -22,7 +22,7 @@ compinit
|
|||||||
# OS-specific things
|
# OS-specific things
|
||||||
if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then
|
if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then
|
||||||
# explicitly add Homebrew binary paths just in case Terminal doesn't inherit it from macOS, for example Alacritty.
|
# explicitly add Homebrew binary paths just in case Terminal doesn't inherit it from macOS, for example Alacritty.
|
||||||
PATH=$PATH:/usr/local/bin
|
PATH=$PATH:/usr/local/bin:/usr/local/sbin
|
||||||
|
|
||||||
# Add brew stuff to MANPATH
|
# Add brew stuff to MANPATH
|
||||||
MANPATH=/usr/local/share/man:/usr/local/opt/postgresql@9.5/share/man:$PATH
|
MANPATH=/usr/local/share/man:/usr/local/opt/postgresql@9.5/share/man:$PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user