Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Kernel Modules
Date: Fri, 10 Jun 2011 21:09:13
Message-Id: 4DF284B6.4090704@gmail.com
In Reply to: Re: [gentoo-user] Re: Kernel Modules by Paul Hartman
1 Paul Hartman wrote:
2 > On Fri, Jun 10, 2011 at 3:05 PM, Dale<rdalek1967@×××××.com> wrote:
3 >
4 >> I notice a really long list of things when I do this:
5 >>
6 >> eselect bashcomp list
7 >>
8 >> Is there a way to just enable them all?
9 >>
10 > The wiki has a bunch of info, including a command to set them all at
11 > once. I've pasted it below, but e-mail formatting may ruin it.
12 > http://en.gentoo-wiki.com/wiki/TAB-Completion
13 >
14 > (quote)
15 > If you want to enable all Bash tab-completions available for your system, type:
16 >
17 > if using eselect (just remove the --global option if you don't
18 > want to enable them globally):
19 >
20 > ( shopt -s extglob; eselect bashcomp list | while read -r s; do
21 > s="${s##*][[:space:]]}"; [[ $s != Available* ]]&& eselect bashcomp
22 > enable --global "${s%%?([[:space:]]\\*)}"; done )
23 >
24 > Remember, for the changes to have an immediate effect, issue the
25 > following command:
26 > source /etc/bash/bashrc
27 > (unquote)
28 >
29 >
30
31 I was just starting to use the wiki when it crashed long ago. After
32 that, lots of stuff was missing so I haven't been back in a while. I
33 mostly learn off this list. I don't even go to the forums much any more.
34
35 Looks like it would have a ALL option to me. ;-)
36
37 Thanks for the link. It is in process as I type.
38
39 Dale
40
41 :-) :-)