You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make "modern" bash completion install recipes more dynamic
The downside of installing completions in their expanded form is that
they should be re-installed on respective tool updates to keep them in
sync. Generating on demand fixes that, in exchange for a few
milliseconds on first load.
A caveat is that the use of `<( ... )` requires the shell to be in
non-POSIX mode. In my opinion, POSIX mode interactive bash is too rare a
creature to pass on this recipe improvement.
0 commit comments