1
0
mirror of https://github.com/zplug/zplug synced 2026-03-06 22:21:43 +01:00
zplug/autoload
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
..
commands fix: flush trailing newline after read -q in zplug clean 2026-03-04 17:25:53 +09:00
options Use unaliased cat 2018-05-15 03:26:41 +09:00
tags Fix completion bug and add the tag descriptions 2016-12-29 23:41:01 +09:00
init.zsh Minor modifications to existing logging implementation 2016-12-14 19:57:57 +09:00
zplug Make zplug help works like the same as zplug --help 2018-05-15 01:06:50 +09:00