diff --git a/zsh-macos/.config/zsh-macos/path.zsh b/zsh-macos/.config/zsh-macos/path.zsh index 731a783..391b350 100644 --- a/zsh-macos/.config/zsh-macos/path.zsh +++ b/zsh-macos/.config/zsh-macos/path.zsh @@ -1,4 +1,4 @@ # PATH variable configuration -path=("${HOME}/Scripts/macOS Helpers" "${HOME}/.local/bin" $path) +path=("/usr/local/sbin" "${HOME}/Scripts/macOS Helpers" "${HOME}/.local/bin" $path) export PATH