diff options
Diffstat (limited to 'etc/function')
-rw-r--r-- | etc/function | 2 |
1 files changed, 1 insertions, 1 deletions
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 |