X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/d02091b9d2370ad3316a294e64c7dac364c2e73e..b945717bde6231332093f4715e492c8ed7c6bd8a:/runcoms/zprofile diff --git a/runcoms/zprofile b/runcoms/zprofile index b18b307..d0cb3b8 100644 --- a/runcoms/zprofile +++ b/runcoms/zprofile @@ -43,7 +43,7 @@ typeset -gU cdpath fpath mailpath path # Set the list of directories that Zsh searches for programs. path=( - /usr/local/{bin,sbin} + /opt/homebrew/{bin,sbin} $path )