fixed inline git support

This commit is contained in:
Tim
2015-10-19 15:04:01 +02:00
parent 980e4cd170
commit 5749b4e690
2 changed files with 5 additions and 6 deletions

View File

@ -125,7 +125,7 @@
# `git-rev-list`
# git | _Default_. Always compares `HEAD` to `@{upstream}`
# svn | Always compares `HEAD` to `SVN` upstream
__git_ps1 ()
__git_ps1_new ()
{
if [ "$(git config --bool bash.enableGitStatus)" == "false" ]; then return; fi