mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Fixes color when prompt is cleaned
This commit is contained in:
parent
ea8788016c
commit
0510e097f3
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@ PROMPT='%{$fg_bold[green]%}%n@%M%{$reset_color%}:%{$fg_bold[blue]%}%/%{$reset_co
|
|||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[yellow]%}git:(%{$fg[red]%}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}) %{$reset_color%}%(!.#.$)"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[yellow]%})"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue