Files
babarot ded60862b9 fix: flush trailing newline after read -q in zplug clean
read -q leaves a newline in the input buffer after the user presses
Enter, causing the next iteration's read -q to consume it immediately
and skip that entry. Add a read -k 1 -s after the prompt to drain the
leftover character, so every repo is properly prompted.

Close #499
2026-03-04 17:25:53 +09:00
..
2016-12-22 20:07:00 +09:00
2016-11-29 21:48:29 +09:00
2016-08-07 17:34:29 +09:00
2017-01-07 23:51:57 +09:00
2016-12-04 00:27:12 +09:00