diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-03-19 14:07:25 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-03-19 14:07:25 +0100 |
| commit | b945717bde6231332093f4715e492c8ed7c6bd8a (patch) | |
| tree | 159ec5e84e6814c5476cd7be7df44e5a7a44e391 /runcoms/zprofile | |
| parent | d02091b9d2370ad3316a294e64c7dac364c2e73e (diff) | |
Update zsh conf
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 ) |