mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Made color options
This commit is contained in:
parent
69c1fef677
commit
41341f4d6c
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ RPROMPT='%{$fg_bold[$NCOLOR]%}%n%{$fg_bold[$AT_COLOR]%}@%{$fg_bold[white]%}%m %{
|
||||||
|
|
||||||
|
|
||||||
# git theming
|
# git theming
|
||||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}::%{$fg_no_bold[white]%}%B"
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[$AT_COLOR]%}::%{$fg_no_bold[white]%}%B"
|
||||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%b%{$fg_bold[blue]%}%{$reset_color%}"
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%b%{$fg_bold[blue]%}%{$reset_color%}"
|
||||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%} ✔"
|
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%} ✔"
|
||||||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%} ✗"
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%} ✗"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue