From a9c18304621b045d90a2fc328da79f29a2de6b42 Mon Sep 17 00:00:00 2001
From: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon, 31 Aug 2009 21:23:35 +0100
Subject: [PATCH] Change dirty git string to a yello X

---
 git.zsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git.zsh b/git.zsh
index 7f5714f74..85279265e 100644
--- a/git.zsh
+++ b/git.zsh
@@ -13,5 +13,5 @@ function git_prompt_info() {
 }
 
 parse_git_dirty () {
-  [[ $(git status | tail -n1) != "nothing to commit (working directory clean)" ]] && echo "%{$fg[white] ♻ "
+  [[ $(git status | tail -n1) != "nothing to commit (working directory clean)" ]] && echo "%{$fg[yellow]%}✗%{$reset_color%}"
 }