diff options
Diffstat (limited to 'runcoms/zprofile')
| -rw-r--r-- | runcoms/zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |