... | ... |
@@ -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 |
} |