diff options
Diffstat (limited to '.local/bin/chkb')
-rwxr-xr-x | .local/bin/chkb | 5 |
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 |