mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Show green circle on clean git tree
This commit is contained in:
parent
44bc2ba987
commit
9caa336c45
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@ PROMPT='%m %{$fg_bold[magenta]%}%c$(git_prompt_info) %{$fg_bold[green]%}>%{$fg_b
|
||||||
ZSH_THEME_GIT_PROMPT_PREFIX=" ($fg_bold[blue]git:%{$fg_bold[green]%}"
|
ZSH_THEME_GIT_PROMPT_PREFIX=" ($fg_bold[blue]git:%{$fg_bold[green]%}"
|
||||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[magenta]%}) %{$fg[yellow]%}X%{$reset_color%}"
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[magenta]%}) %{$fg[yellow]%}X%{$reset_color%}"
|
||||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[magenta]%})"
|
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[magenta]%}) %{$fg[green]%}O%{$reset_color%}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue