all repos — archive/dotfiles @ 7db736a3fa3e2656b8173ce53265d3648bff16b5

Superseded by nixfiles

zsh: Add site-functions under /usr/local to fpath, if exists

Alan Pearce
commit

7db736a3fa3e2656b8173ce53265d3648bff16b5

parent

7a8e863372414120e2a25ee4f11ddc7b60e8c03d

1 file changed, 5 insertions(+), 0 deletions(-)

jump to
M zsh/environment.zshzsh/environment.zsh
@@ -27,6 +27,11 @@ then
fpath=(/usr/local/share/zsh-completions $fpath) fi +if [[ -d /usr/local/share/zsh/site-functions ]] +then + fpath=(/usr/local/share/zsh/site-functions $fpath) +fi + export FPATH case $OSTYPE in