From bf5ac0bd30e8935d23d6d92e72bfac82e9ceba69 Mon Sep 17 00:00:00 2001 From: linsilence Date: Mon, 17 Jun 2019 14:14:14 +0800 Subject: [PATCH] fix astro theme --- custom/themes/astro.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/themes/astro.zsh-theme b/custom/themes/astro.zsh-theme index f3e2d78c2..cd0b254cc 100644 --- a/custom/themes/astro.zsh-theme +++ b/custom/themes/astro.zsh-theme @@ -11,7 +11,7 @@ fi local current_dir='${PWD/#$HOME/~} ' # ret status -local ret_status="(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )" +local ret_status="(?:%{$fg_bold[green]%}> :%{$fg_bold[red]%}> )" # VCS YS_VCS_PROMPT_PREFIX="%{$fg_bold[white]%}[%{$reset_color%}%{$fg_bold[cyan]%}"