From 528ac51d76f0340f66956568bf2885b29c72c7bb Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Sun, 12 Aug 2012 19:49:59 -0500 Subject: [PATCH] Updating prompt symbols --- zsh/prompt.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }