diff options
author | Geoff Garside <geoff@geoffgarside.co.uk> | 2009-08-31 21:23:35 +0100 |
---|---|---|
committer | Geoff Garside <geoff@geoffgarside.co.uk> | 2009-08-31 21:23:35 +0100 |
commit | a9c18304621b045d90a2fc328da79f29a2de6b42 (patch) | |
tree | f8f19ec3636b5f3589a1d16bfae8e6a63ef43292 /git.zsh | |
parent | 841cca16a6b355f707585b96f75194381f49590f (diff) | |
download | zsh-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.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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%}" } |