mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
fix astro theme
This commit is contained in:
parent
305acdb755
commit
bf5ac0bd30
1 changed files with 1 additions and 1 deletions
|
|
@ -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]%}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue