diff options
Diffstat (limited to 'etc/function')
-rw-r--r-- | etc/function | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/function b/etc/function index 762a782..65bf35f 100644 --- a/etc/function +++ b/etc/function @@ -7,9 +7,8 @@ autoload catch throw autoload zargs # own functions -autoload check_com chpwd dirinfo extr git-hook gtd-move \ - off plonkhost put reload rtab salias \ - world-readable xexport xsource youtube-watch +for funcfile in $ZDIR/functions/*(*N); + autoload ${funcfile:t} colors |