Il giorno dom 4 giu 2017 alle 17:58, Simon Albrecht <[email protected]> ha scritto:
Hello,

finally I’ve managed to get Ubuntu 16.04 working, and copied all of my previous home directory including .bashrc. However, the ‘export PS1’ trick suggested in <http://lilypond.org/doc/v2.19/Documentation/contributor/setting-up#configuring-git> with the following line in .bashrc:

export PS1="\u@\h \w\$(__git_ps1)$ "

doesn’t seem to work the same anymore: upon any command I execute in the terminal I get an error message ‘__git_ps1: command not found’. Can anyone give me a hint how to update this?



Did you source git-prompt.sh (where __git_ps1 is defined)?
In Fedora I have:

source /usr/share/git-core/contrib/completion/git-prompt.sh
export PS1='[\W$(declare -F __git_ps1 &>/dev/null && __git_ps1 " (%s)")]\$ '
export GIT_PS1_SHOWDIRTYSTATE=true
export GIT_PS1_SHOWUNTRACKEDFILES=true

This is for Fedora, but the rationale should be the same on Ubuntu:
https://fedoraproject.org/wiki/Git_quick_reference#Display_current_branch_in_bash




_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to