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
Point to /usr/share/bash-completion/completions for system bash completions
/etc/bash_completion.d works too, but the downside is that everything
there is loaded eagerly at bash_completion load time, slowing down shell
startup.
From /usr/share/bash-completion/completions completion files are loaded
on demand. This mechanism is available as of bash-completion version 2
and later, just like the ~/.local/share/bash-completion/completions one
that is already suggested for user-specific completions.
0 commit comments