mirror of
https://github.com/zdharma-continuum/zinit-configs.git
synced 2025-01-31 04:08:16 +01:00
5 lines
114 B
Bash
5 lines
114 B
Bash
# DESC: Tests if $PATH contains /opt/local/bin
|
|
|
|
[[ -n "${(j::)${(M)path[@]:#/opt/local/bin}}" ]]
|
|
|
|
# vim:ft=zsh:et
|