mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Corrected color
This commit is contained in:
parent
427b78e140
commit
2aab54135c
1 changed files with 2 additions and 2 deletions
|
|
@ -3,5 +3,5 @@ RPROMPT='[%{$fg[red]%}%W %t%{$reset_color%}]'
|
|||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%} <"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=":%{$fg[red]%}✗%{$fg[red]%}>%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}>"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=":%{$fg[white]%}✗%{$fg[red]%}>%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[red]%}>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue