From e6f19ed63979844ea259f69b8ab0702586a69d68 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 5 May 2022 22:21:59 +0200 Subject: Added comments for ksh completion --- brightness | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'brightness') diff --git a/brightness b/brightness index b2ff43a..a7294fb 100755 --- a/brightness +++ b/brightness @@ -4,6 +4,10 @@ # Requires: xbacklight, a notification program such as herbe or notify-send # Usage: brightness {inc|dec} n +# ksh completion +# set -A complete_brightness_1 inc dec +# set -A complete_brightness_2 5 + #notify="notify-send" notify="herbe" -- cgit v1.3