mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-31 06:04:45 +02:00
feat(michelebologna): add colors to AHEAD_REMOTE and BEHIND_REMOTE indicators
This commit is contained in:
parent
14b14c9506
commit
027125a286
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@ ZSH_THEME_GIT_PROMPT_MODIFIED="$red*"
|
||||||
ZSH_THEME_GIT_PROMPT_ADDED="$green+"
|
ZSH_THEME_GIT_PROMPT_ADDED="$green+"
|
||||||
ZSH_THEME_GIT_PROMPT_STASHED="${blue}\$"
|
ZSH_THEME_GIT_PROMPT_STASHED="${blue}\$"
|
||||||
ZSH_THEME_GIT_PROMPT_EQUAL_REMOTE="$green="
|
ZSH_THEME_GIT_PROMPT_EQUAL_REMOTE="$green="
|
||||||
ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE=">"
|
ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE="${green}>"
|
||||||
ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE="<"
|
ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE="${yellow}<"
|
||||||
ZSH_THEME_GIT_PROMPT_DIVERGED_REMOTE="$red<>"
|
ZSH_THEME_GIT_PROMPT_DIVERGED_REMOTE="$red<>"
|
||||||
|
|
||||||
function michelebologna_git_prompt {
|
function michelebologna_git_prompt {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue