Browse code

Change dirty git string to a yello X

Geoff Garside authored on 31/08/2009 at 20:23:35
Showing 1 changed files
... ...
@@ -13,5 +13,5 @@ function git_prompt_info() {
13 13
 }
14 14
 
15 15
 parse_git_dirty () {
16
-  [[ $(git status | tail -n1) != "nothing to commit (working directory clean)" ]] && echo "%{$fg[white] ♻ "
16
+  [[ $(git status | tail -n1) != "nothing to commit (working directory clean)" ]] && echo "%{$fg[yellow]%}✗%{$reset_color%}"
17 17
 }