From: Frank Terbeck Date: Tue, 17 Feb 2009 11:51:05 +0000 (+0100) Subject: zshrc: Make /etc/zsh/functions.d recursive X-Git-Tag: v0.3.63~2 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=b93d674c5bc4e4327f1ab2ddd3674056d0e8f7f5;hp=b93d674c5bc4e4327f1ab2ddd3674056d0e8f7f5;p=grml-etc-core.git zshrc: Make /etc/zsh/functions.d recursive That way, we can drop whole subsystems into there, if we want to, like: /etc/zsh/functions.d/VCS_Info/... This change also makes the code more backwards compatible. zrcautoload does not need the -U switch. It does that automatically depending on which zsh version is running. ---