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