From e1f09c0e93e133a253b8d809f5e234c9b3d59c68 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 7 Jul 2009 21:53:09 +0200 Subject: Simply autoload all functions, don't make them executable --- etc/function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/function') diff --git a/etc/function b/etc/function index 63b0e98..0d83b73 100644 --- a/etc/function +++ b/etc/function @@ -7,7 +7,7 @@ autoload catch throw autoload zargs # own functions -autoload $ZDIR/functions/*(*:t) +autoload $ZDIR/functions/*(:t) function Start Stop Restart Reload { typeset script sudo -- cgit v1.2.3