Gentoo Archives: gentoo-user

From: Glenn Enright <elinar@×××××××.nz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] bash completion
Date: Tue, 25 Apr 2006 02:55:02
Message-Id: 200604251449.23485.elinar@ihug.co.nz
In Reply to: Re: [gentoo-user] bash completion by JimD
1 On Tuesday 25 April 2006 12:52 pm, JimD wrote:
2 > Glenn Enright wrote:
3 > > On Tuesday 25 April 2006 12:24 pm, JimD wrote:
4 > >> I also recommend renaming /etc/profile.d/bash-completion to
5 > >> /etc/profile.d/bash-completion.sh so it gets picked up by /etc/profile.
6 > >
7 > > Doing that creates an error about /etc/bash_completion.sh not existing
8 >
9 > Really??? Weird. Here is what I have at the end of /etc/profile
10 >
11 > for sh in /etc/profile.d/*.sh ; do
12 > if [ -r "$sh" ] ; then
13 > . "$sh"
14 > fi
15 > done
16 Actually I cant replicate it... damn :(
17
18 What I'm getting now is bash login hangs until I press ^C. the bash_completion
19 file works as expected when run manually.
20 --
21 Fundamentally, there may be no basis for anything.

Replies

Subject Author
Re: [gentoo-user] bash completion Glenn Enright <elinar@×××××××.nz>