summaryrefslogtreecommitdiff
path: root/etc/function
diff options
context:
space:
mode:
Diffstat (limited to 'etc/function')
-rw-r--r--etc/function2
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 {