Merge pull request #4387 from mbologna/fix_git_equal_remote

Uniform git prompt equal remote
pull/4036/merge
Robby Russell 2015-09-26 09:34:58 -07:00
commit f186b62704
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ git_remote_status() {
if [ $ahead -eq 0 ] && [ $behind -eq 0 ]
then
echo "$ZSH_THEME_GIT_PROMPT_EQUAL_REMOTE"
git_remote_status="$ZSH_THEME_GIT_PROMPT_EQUAL_REMOTE"
elif [ $ahead -gt 0 ] && [ $behind -eq 0 ]
then
git_remote_status="$ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE"