mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Implement outcold theme
This commit is contained in:
parent
598a9c6f99
commit
21c2c14044
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