diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-02-15 12:00:17 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-02-15 12:00:17 +0100 |
commit | 20cb4ba71c808470008bdd33c3b4f9364947cad7 (patch) | |
tree | 23c6bb7980859c3b3a9ec5cee0e7358d83537508 /etc/function | |
parent | e11c1d5916c27c2fc257bb700bfe32a046db7789 (diff) |
still more comments
Diffstat (limited to 'etc/function')
-rw-r--r-- | etc/function | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |