From 307df21222316d35f32e1597824283797aa6a74c Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 15 Jan 2025 11:44:13 +0100 Subject: update --- bin/cursor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/cursor') diff --git a/bin/cursor b/bin/cursor index 537c164..2ae069b 100755 --- a/bin/cursor +++ b/bin/cursor @@ -5,7 +5,7 @@ usage="Usage: $0 [black | blue | cyan | gray | green | magenta | orange | red | white | yellow]" cursor() { - case $1 in + case $1 in (0|r|red) set -- '#f00' ;; (1|n|green) set -- '#5f5' ;; (2|b|blue) set -- '#55f' ;; -- cgit v1.2.3