use a fancy unicode symbol for git status
This commit is contained in:
parent
49a728356e
commit
f5044bdda8
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -119,7 +119,7 @@ precmd.git() {
|
|||
(( unmerged_count )) && git_status+="%F{magenta}*$unmerged_count"
|
||||
[[ -z $git_status ]] && git_status="%F{green}ok"
|
||||
|
||||
printf ' { %s | %s%%f }' $branch_info $git_status
|
||||
printf ' { %s \ue0a0 %s%%f }' $branch_info $git_status
|
||||
}
|
||||
precmd.prompt() {
|
||||
if (($#)); then
|
||||
|
|
Loading…
Reference in a new issue