Gentoo Archives: gentoo-dev

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: bash-completion-2.1-r1
Date: Mon, 09 Sep 2013 15:12:42
Message-Id: l0kog1$29e$1@ger.gmane.org
In Reply to: Re: [gentoo-dev] bash-completion-2.1-r1 by "Michał Górny"
1 On 09/09/13 13:05, Michał Górny wrote:
2 > Dnia 2013-09-09, o godz. 12:50:03
3 > Samuli Suominen <ssuominen@g.o> napisał(a):
4 >
5 >> On 09/09/13 12:24, Michał Górny wrote:
6 >>> 1. how to properly disable completions the 'new way'?
7 >>
8 >> something like
9 >> http://blog.onetechnical.com/2012/06/19/disable-bash-autocompletion-on-ubunt/
10 >> should be replicated at wiki.gentoo.org
11 >
12 > Did you actually try that?
13 >
14 > Trying plain:
15 >
16 > complete -r git
17 >
18 > it removes git completion indeed. But when I type 'git <tab>', it is
19 > loaded back :).
20
21 You can disable the "bash-completion" USE flag of dev-vcs/git. This
22 isn't a real solution, of course, since you need to recompile the whole
23 package every time you want to disable or enable bash completion. But
24 if you don't intend to actually ever use Git's completion, then this
25 should work.

Replies

Subject Author
Re: [gentoo-dev] Re: bash-completion-2.1-r1 "Michał Górny" <mgorny@g.o>