diff --git a/runcoms/zprofile b/runcoms/zprofile index 5b8b638..d2acd31 100644 --- a/runcoms/zprofile +++ b/runcoms/zprofile @@ -49,7 +49,9 @@ typeset -gU cdpath fpath mailpath path # Set the list of directories that Zsh searches for programs. path=( - /usr/local/{bin,sbin} + $HOME/{,s}bin(N) + /opt/{homebrew,local}/{,s}bin(N) + /usr/local/{,s}bin(N) $path )