mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
standardizing colors on block prompt
This commit is contained in:
parent
caacfd374a
commit
e932b96cb9
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
PROMPT='%{$BG[028]%}%{$fg[white]%} $(collapse_pwd) \
|
PROMPT='%{$BG[028]%}%{$fg[white]%} $(collapse_pwd) \
|
||||||
%{$BG[056]%}%{$fg[white]%}$(git_prompt_short_sha)\
|
%{$BG[056]%}%{$fg[white]%}$(git_prompt_short_sha)\
|
||||||
%{$bg[blue]%}%{$fg[black]%}$(git_prompt_info)\
|
%{$BG[019]%}%{$fg[white]%}$(git_prompt_info)\
|
||||||
%{$reset_color%}$(git_prompt_status)
|
%{$reset_color%}$(git_prompt_status)
|
||||||
%{$reset_color%}> '
|
%{$reset_color%}> '
|
||||||
|
|
||||||
|
|
@ -27,7 +27,7 @@ ZSH_THEME_GIT_PROMPT_SHA_AFTER=" "
|
||||||
ZSH_THEME_GIT_PROMPT_PREFIX=" ⑀ "
|
ZSH_THEME_GIT_PROMPT_PREFIX=" ⑀ "
|
||||||
ZSH_THEME_GIT_PROMPT_SUFFIX=""
|
ZSH_THEME_GIT_PROMPT_SUFFIX=""
|
||||||
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$bg[yellow]%}%{$fg[black]%} ⸭ "
|
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$bg[yellow]%}%{$fg[black]%} ⸭ "
|
||||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[black]%} ☩ "
|
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[white]%} ☩ "
|
||||||
|
|
||||||
# RPROMPT='$(git_prompt_status) %{$reset_color%}'
|
# RPROMPT='$(git_prompt_status) %{$reset_color%}'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue