zsh: Add Homebrew sbin to PATH

This commit is contained in:
Michael Yockey
2024-10-28 13:59:39 -04:00
parent b2f5394401
commit 2b26f36808

View File

@@ -18,6 +18,7 @@ eval "$(zoxide init --cmd cd zsh)"
if type brew &>/dev/null; then
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
export PATH="/usr/local/sbin:$PATH"
autoload -Uz compinit
compinit