mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
fix theme
This commit is contained in:
parent
bf5ac0bd30
commit
758371861f
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ local ret_status="(?:%{$fg_bold[green]%}> :%{$fg_bold[red]%}> )"
|
|||
# VCS
|
||||
YS_VCS_PROMPT_PREFIX="%{$fg_bold[white]%}[%{$reset_color%}%{$fg_bold[cyan]%}"
|
||||
YS_VCS_PROMPT_SUFFIX="%{$reset_color%} "
|
||||
YS_VCS_PROMPT_DIRTY=" %{$fg[red]%}✗"
|
||||
YS_VCS_PROMPT_CLEAN=" %{$fg[green]%}●"
|
||||
YS_VCS_PROMPT_DIRTY=" %{$fg[red]%}X"
|
||||
YS_VCS_PROMPT_CLEAN=" %{$fg[green]%}O"
|
||||
|
||||
# Git short sha
|
||||
local git_sha='$(git_prompt_short_sha)'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue