summaryrefslogtreecommitdiff
path: root/git.zsh
diff options
context:
space:
mode:
authorGeoff Garside <geoff@geoffgarside.co.uk>2009-08-31 21:23:35 +0100
committerGeoff Garside <geoff@geoffgarside.co.uk>2009-08-31 21:23:35 +0100
commita9c18304621b045d90a2fc328da79f29a2de6b42 (patch)
treef8f19ec3636b5f3589a1d16bfae8e6a63ef43292 /git.zsh
parent841cca16a6b355f707585b96f75194381f49590f (diff)
downloadzsh-a9c18304621b045d90a2fc328da79f29a2de6b42.tar.gz
zsh-a9c18304621b045d90a2fc328da79f29a2de6b42.tar.bz2
zsh-a9c18304621b045d90a2fc328da79f29a2de6b42.zip
Change dirty git string to a yello X
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%}"
}