diff options
Diffstat (limited to 'etc/function')
-rw-r--r-- | etc/function | 3 |
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 +} |