zshrc: Make /etc/zsh/functions.d recursive
authorFrank Terbeck <ft@bewatermyfriend.org>
Tue, 17 Feb 2009 11:51:05 +0000 (12:51 +0100)
committerFrank Terbeck <ft@bewatermyfriend.org>
Tue, 17 Feb 2009 11:51:05 +0000 (12:51 +0100)
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.


No differences found