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
Maybe we should patch /etc/profile.d/bash_completion.sh in a way that only if"${XDG_CONFIG_HOME:-$HOME/.config}/bash_completion" exists, /usr/share/bash-completion/bash_completion gets sourced.
Idea behind this: If I have$HOME/.config}/bash_completion then I want bash completion.
As the completions have sometimes unwanted behavior, confusing a user,
turn it off by default.
Move the shell script to the doc directory, where the users can copy it
from into their own profile directory.
Fixes: #55 ([bash-completion.be0] is on per default )
All login shells now have bash-completion enabled by default. This is a regression. We like to type furiously. Please make it optional.
The text was updated successfully, but these errors were encountered: