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
..
2018-05-15 03:26:41 +09:00