[Bug 1088960] Re: Missing __git_ps1
Reuben Firmin
launchpad at flavor8.com
Tue Dec 11 22:21:59 UTC 2012
Ah, well I mistook the source of my __git_ps1, my bad.
My /etc/bash.bashrc does contain the bash_completion hook, and
bash_completion is working. However unless I explicitly source
/etc/bash_completion.d/git-prompt in my bashrc, I get the error about
__git_ps1 not being found.
I have git version -- 1:1.8.0-1~ppa1~quantal1
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to git in Ubuntu.
https://bugs.launchpad.net/bugs/1088960
Title:
Missing __git_ps1
Status in “git” package in Ubuntu:
New
Bug description:
I have been using this in my bashrc. It no longer works, as of Ubuntu
12.10.
if [ -f /usr/local/git/contrib/completion/git-completion.bash ]; then
. /usr/local/git/contrib/completion/git-completion.bash
fi
export GIT_PS1_SHOWDIRTYSTATE=true
export PS1="\[\033[36m\][\!][\t] \[\033[1;33m\]\u\[\033[0m\]@\h:\[\033[36m\][\w]:\[\033[0m\]\$(__git_ps1)
---
I get "__git_ps1: command not found" after every prompt. (Obviously I
will remove __git_ps1 for now from the prompt.) Please fix.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1088960/+subscriptions
More information about the foundations-bugs
mailing list