diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 412ea48..2858f6e 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -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