Change dirty git string to a yello X

This commit is contained in:
Geoff Garside 2009-08-31 21:23:35 +01:00
parent 7b844f8aa3
commit 5f039558a3
1 changed files with 1 additions and 1 deletions

View File

@ -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%}"
}