mirror of
https://github.com/zdharma-continuum/zinit-configs.git
synced 2025-01-31 04:08:16 +01:00
6 lines
117 B
Bash
6 lines
117 B
Bash
# DESC: Adds /usr/local/{bin,sbin} to $PATH
|
|
|
|
localbin_off
|
|
PATH=$PATH:/usr/local/bin:/usr/local/sbin
|
|
|
|
# vim:ft=zsh:et
|