mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Merge 21c2c14044 into 7c95518f80
This commit is contained in:
commit
f378dca8d1
2 changed files with 51 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ git_remote_status() {
|
|||
elif [ $ahead -gt 0 ] && [ $behind -gt 0 ]
|
||||
then
|
||||
echo "$ZSH_THEME_GIT_PROMPT_DIVERGED_REMOTE"
|
||||
else
|
||||
echo "$ZSH_THEME_GIT_PROMPT_NO_DIFFERENCE_REMOTE"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue