From 2b26f36808acb69045cd1d00613b24627b649ca4 Mon Sep 17 00:00:00 2001 From: Michael Yockey Date: Mon, 28 Oct 2024 13:59:39 -0400 Subject: [PATCH] zsh: Add Homebrew sbin to PATH --- zsh/dot-zshrc | 1 + 1 file changed, 1 insertion(+) 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