From 8896ac675b5bf513074d7552da7d9f4cf8d16217 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 28 Jun 2008 10:08:14 +0200 Subject: now use autoloading for functions --- etc/function | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/function (limited to 'etc/function') diff --git a/etc/function b/etc/function new file mode 100644 index 0000000..90d709d --- /dev/null +++ b/etc/function @@ -0,0 +1,3 @@ +for i in $ZDIR/functions/*; { + autoload $i:t +} -- cgit v1.2.3