aboutsummaryrefslogtreecommitdiff
path: root/runcoms/zprofile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-03-19 14:07:25 +0100
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-03-19 14:07:25 +0100
commitb945717bde6231332093f4715e492c8ed7c6bd8a (patch)
tree159ec5e84e6814c5476cd7be7df44e5a7a44e391 /runcoms/zprofile
parentd02091b9d2370ad3316a294e64c7dac364c2e73e (diff)
Update zsh conf
Diffstat (limited to 'runcoms/zprofile')
-rw-r--r--runcoms/zprofile2
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
)