Re: bash auto completion

2010-07-16 Thread Matthew Miller
On Fri, Jul 16, 2010 at 12:21:40PM -0700, Jonathan Ryshpan wrote: > > But, I'm going to guess that you don't have the bash-completion > > package installed. That is what provides /etc/bash_completion. > I don't think this is quite true, since it looks like the contents > of /etc/bash_completion.d

Re: bash auto completion

2010-07-16 Thread Todd Zullinger
Jonathan Ryshpan wrote: > On Thu, 2010-07-15 at 21:42 -0400, Todd Zullinger wrote: >> Jonathan MERCIER wrote: >>> why default bahrc do not contain all file in /etc/bash_completion.d ? >>> me i add in bashrc: >>> for file in /etc/bash_completion.d/*; do . $file; done >>> >>> instead . /etc/bash_comp

Re: bash auto completion

2010-07-16 Thread Jonathan Ryshpan
On Thu, 2010-07-15 at 21:42 -0400, Todd Zullinger wrote: > Jonathan MERCIER wrote: > > why default bahrc do not contain all file in /etc/bash_completion.d ? > > me i add in bashrc: > > for file in /etc/bash_completion.d/*; do . $file; done > > > > instead . /etc/bash_compeltion => because do not wo

Re: bash auto completion

2010-07-15 Thread Todd Zullinger
Jonathan MERCIER wrote: > why default bahrc do not contain all file in /etc/bash_completion.d ? > me i add in bashrc: > for file in /etc/bash_completion.d/*; do . $file; done > > instead . /etc/bash_compeltion => because do not works file do not > exist! This question is probably better suited the

bash auto completion

2010-07-15 Thread Jonathan MERCIER
why default bahrc do not contain all file in /etc/bash_completion.d ? me i add in bashrc: for file in /etc/bash_completion.d/*; do . $file; done instead . /etc/bash_compeltion => because do not works file do not exist! -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproje