From c1cf977df2826bd2fbb592be50f270c34e5ee925 Mon Sep 17 00:00:00 2001 From: Edgaru089 Date: Fri, 20 Jun 2025 18:58:05 +0800 Subject: [PATCH] zsh: use checkmark & cross for git cleanness --- myrr.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/myrr.zsh-theme b/myrr.zsh-theme index 8338351..61e1131 100644 --- a/myrr.zsh-theme +++ b/myrr.zsh-theme @@ -4,5 +4,5 @@ PROMPT='%{$fg_bold[green]%}%n@%m%{$reset_color%}:%{$fg_bold[cyan]%}%~$(git_promp ZSH_THEME_GIT_PROMPT_PREFIX=" %{$reset_color%}[%{$fg_bold[cyan]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}] " #ZSH_THEME_GIT_PROMPT_SUFFIX="%(?:%{$reset_color%}] :%{$reset_color%}])" -ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_bold[yellow]%}DIRTY" -ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg_bold[green]%}CLEAN" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[yellow]%}✗" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%}✔"