zsh: Add Homebrew sbin to PATH
This commit is contained in:
@@ -18,6 +18,7 @@ eval "$(zoxide init --cmd cd zsh)"
|
|||||||
|
|
||||||
if type brew &>/dev/null; then
|
if type brew &>/dev/null; then
|
||||||
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
|
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
|
||||||
|
export PATH="/usr/local/sbin:$PATH"
|
||||||
|
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
|
|||||||
Reference in New Issue
Block a user