Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: bash-completion change?
Date: Fri, 26 Jul 2013 17:12:46
Message-Id: ksual4$t3o$1@ger.gmane.org
In Reply to: [gentoo-user] bash-completion change? by Douglas J Hunley
1 On 24/07/13 15:06, Douglas J Hunley wrote:
2 > As of bash-completion-2.1-r1 it appears the eselect module is gone and
3 > the use of /etc/bash-completion.d is dead. Does this mean that all
4 > completions are enabled globally by default now? It used to be that you
5 > could turn each individual one on/off either globally or per user.
6 > Anyone know what the new 'one true way' is here?
7
8 As others pointed out, you now need to:
9
10 source /usr/share/bash-completion/bash_completion
11
12 in your ~/.bashrc. However, you also need to clean out anything in
13 /etc/bash_completion.d/ and then:
14
15 ln -s /usr/share/bash-completion/gentoo /etc/bash_completion.d/
16
17 Otherwise, completion for Gentoo stuff (like "emerge") will not be
18 available.

Replies

Subject Author
Re: [gentoo-user] Re: bash-completion change? gottlieb@×××.edu