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]%}"