summaryrefslogtreecommitdiff
path: root/git.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'git.zsh')
-rw-r--r--git.zsh2
1 files changed, 1 insertions, 1 deletions
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%}"
}