Re: [arch-general] Funny issue with bash-completion and __git_ps1

2012-03-28 Thread gt
On Wed, Mar 28, 2012 at 09:19:37AM -0500, David C. Rankin wrote: > On 03/28/2012 03:28 AM, gt wrote: > >What would you recommend instead? I too face problems time and again > >with bash-completion and would like to get rid of it. Do you have some > >special settings in your .bashrc? > > No, just g

Re: [arch-general] Funny issue with bash-completion and __git_ps1

2012-03-28 Thread Martti Kühne
On Wed, Mar 28, 2012 at 01:58:51PM +0530, gt wrote: > On Wed, Mar 28, 2012 at 08:49:15AM +0200, Martti Kühne wrote: > > On Wed, Mar 28, 2012 at 08:05:48AM +0200, martin kalcher wrote: > > > Hey hey > > > > > > After the last bash-completion and git update there is a funny issue > > > with the Git

Re: [arch-general] Funny issue with bash-completion and __git_ps1

2012-03-28 Thread David C. Rankin
On 03/28/2012 03:28 AM, gt wrote: What would you recommend instead? I too face problems time and again with bash-completion and would like to get rid of it. Do you have some special settings in your .bashrc? No, just get rid of it. Your local bash completion will continue to work just fine wit

Re: [arch-general] Funny issue with bash-completion and __git_ps1

2012-03-28 Thread Thomas Bächler
Am 28.03.2012 08:05, schrieb martin kalcher: > Hey hey > > After the last bash-completion and git update there is a funny issue > with the Git Prompt [1]: __git_ps1 is not defined > > The bash-completion update moved most completion scripts to > /usr/share/bash-completion/completions/ > > and so

Re: [arch-general] Funny issue with bash-completion and __git_ps1

2012-03-28 Thread gt
On Wed, Mar 28, 2012 at 08:49:15AM +0200, Martti Kühne wrote: > On Wed, Mar 28, 2012 at 08:05:48AM +0200, martin kalcher wrote: > > Hey hey > > > > After the last bash-completion and git update there is a funny issue > > with the Git Prompt [1]: __git_ps1 is not defined > > > > The bash-completio

Re: [arch-general] Funny issue with bash-completion and __git_ps1

2012-03-27 Thread Martti Kühne
On Wed, Mar 28, 2012 at 08:05:48AM +0200, martin kalcher wrote: > Hey hey > > After the last bash-completion and git update there is a funny issue > with the Git Prompt [1]: __git_ps1 is not defined > > The bash-completion update moved most completion scripts to > /usr/share/bash-completion/compl

[arch-general] Funny issue with bash-completion and __git_ps1

2012-03-27 Thread martin kalcher
Hey hey After the last bash-completion and git update there is a funny issue with the Git Prompt [1]: __git_ps1 is not defined The bash-completion update moved most completion scripts to /usr/share/bash-completion/completions/ and sources them if needed. See line 1933 in: /usr/share/bash-comp