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)
commitb93d674c5bc4e4327f1ab2ddd3674056d0e8f7f5
tree97b6f9c5999bf6ce4271e467c8a37c399bff0a8b
parent9663863a1c17ded15cc687a06ede6305a6e48b26
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.
etc/zsh/zshrc