]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - runcoms/zprofile
Update zsh conf
[rbdr/dotfiles] / runcoms / zprofile
index b18b30737de56b5e5396ee490abedcc33e1661d8..d0cb3b852484bf30167004f4509c539812d49836 100644 (file)
@@ -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
 )