summaryrefslogtreecommitdiff
path: root/etc/function
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-28 10:08:14 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-28 10:08:14 +0200
commit8896ac675b5bf513074d7552da7d9f4cf8d16217 (patch)
tree8c126c7993d9148658f9e0dff4033194c88f5ecd /etc/function
parentb906e284447b1515056b8a763d32fb5f4a78b28b (diff)
now use autoloading for functions
Diffstat (limited to 'etc/function')
-rw-r--r--etc/function3
1 files changed, 3 insertions, 0 deletions
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
+}