On 24/07/13 15:06, Douglas J Hunley wrote:
As of bash-completion-2.1-r1 it appears the eselect module is gone and
the use of /etc/bash-completion.d is dead. Does this mean that all
completions are enabled globally by default now? It used to be that you
could turn each individual one on/off either globally or per user.
Anyone know what the new 'one true way' is here?
As others pointed out, you now need to:
source /usr/share/bash-completion/bash_completion
in your ~/.bashrc. However, you also need to clean out anything in
/etc/bash_completion.d/ and then:
ln -s /usr/share/bash-completion/gentoo /etc/bash_completion.d/
Otherwise, completion for Gentoo stuff (like "emerge") will not be
available.