diff --git a/zsh/prompt.zsh b/zsh/prompt.zsh index c3971a9..95336ea 100644 --- a/zsh/prompt.zsh +++ b/zsh/prompt.zsh @@ -12,9 +12,9 @@ git_dirty() { else if [[ $st == "nothing to commit (working directory clean)" ]] then - echo "%{$fg_bold[green]%}✔ $(git_prompt_info)%{$reset_color%}" + echo "%{$fg_bold[green]%}☺ $(git_prompt_info)%{$reset_color%}" else - echo "%{$fg_bold[red]%}✘ $(git_prompt_info)%{$reset_color%}" + echo "%{$fg_bold[red]%}☠ $(git_prompt_info)%{$reset_color%}" fi fi }