From 20cb4ba71c808470008bdd33c3b4f9364947cad7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 15 Feb 2009 12:00:17 +0100 Subject: still more comments --- etc/function | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/function') diff --git a/etc/function b/etc/function index bd92211..7775757 100644 --- a/etc/function +++ b/etc/function @@ -10,6 +10,8 @@ for funcfile in $ZDIR/functions/*(*N); autoload ${funcfile:t} unset funcfile +# Convenient control over system daemons +# The functions are uppercase to avoid conflicts # from https://git.tabularazor.org/~mikael/etc/tree/zsh/functions for action in Start Stop Restart Reload; { eval "function $action { -- cgit v1.2.3