mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
wizard: allow uppercase letters in choices
This commit is contained in:
@@ -406,6 +406,7 @@ function ask() {
|
||||
fi
|
||||
typeset -g choice=
|
||||
if read -t1 -k choice; then
|
||||
choice=${(L)choice}
|
||||
if [[ $choice == q ]]; then
|
||||
quit
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user