X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=40f58d58adb0d843f1a8065ed50820309b41fe5b;hb=48a14371ae6e0a0ff6264ed826457b178cf950cb;hp=da600164b2a55f39dfa17579e34b34fb6b01c4a3;hpb=bd535eb3664a795345faa0dcd8bf73caa1a8f83a;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index da60016..40f58d5 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -513,7 +513,7 @@ fi isdarwin && xsource /sw/bin/init.sh # load our function and completion directories -for fdir in /usr/share/grml/zsh/completion /usr/share/grml/functions; do +for fdir in /usr/share/grml/zsh/completion /usr/share/grml/zsh/functions; do fpath=( ${fdir} ${fdir}/**/*(/N) ${fpath} ) if [[ ${fpath} == '/usr/share/grml/zsh/functions' ]] ; then for func in ${fdir}/**/[^_]*[^~](N.) ; do