Y
Hacker News
new
|
ask
|
show
|
jobs
by
krobelus
1691 days ago
200ms just for loading completions? :( fish avoids this with lazy-loading
1 comments
JoshTriplett
1691 days ago
bash-completion does this too, these days. It doesn't load the completions for a command until the first time you invoke completion on that command.
link