Browse Source

Change dirty git string to a yello X

Geoff Garside 15 years ago
parent
commit
a9c1830462
1 changed files with 1 additions and 1 deletions
  1. 1 1
      git.zsh

+ 1 - 1
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%}"
 }