From 758371861f6a8adf40ede5f6ae8ff3c1e16cd01e Mon Sep 17 00:00:00 2001 From: linsilence Date: Tue, 18 Jun 2019 12:49:41 +0800 Subject: [PATCH] fix theme --- custom/themes/astro.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/themes/astro.zsh-theme b/custom/themes/astro.zsh-theme index cd0b254cc..0c578bd37 100644 --- a/custom/themes/astro.zsh-theme +++ b/custom/themes/astro.zsh-theme @@ -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)'