summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/chkb5
1 files changed, 4 insertions, 1 deletions
diff --git a/.local/bin/chkb b/.local/bin/chkb
index e26133a..6abe5ae 100755
--- a/.local/bin/chkb
+++ b/.local/bin/chkb
@@ -17,7 +17,10 @@ set s `{
| map("\(.[0]) (\(.[1]))")
| .[]
'
- | sed -E 's/[a-zA-Z]+/\u&/g'
+ | sed -E '
+ s/[a-zA-Z]+/\u&/g
+ s/Us \(Basic\)/English (US)/
+ '
}
set choice `echo $s | osel