diff options
author | Robby Russell <robby@planetargon.com> | 2012-12-31 05:27:46 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-12-31 05:27:46 -0800 |
commit | 80a603259657acab97badbae20003b5a34c901f9 (patch) | |
tree | f186acb4a8508435379257184511e477992c3b1f /themes/agnoster.zsh-theme | |
parent | 07c19b66d37735ec10b2915abdd85f203ea85295 (diff) | |
parent | e4624c6a36a48dbae2d16241ee39ee14ce003f9f (diff) | |
download | zsh-80a603259657acab97badbae20003b5a34c901f9.tar.gz zsh-80a603259657acab97badbae20003b5a34c901f9.tar.bz2 zsh-80a603259657acab97badbae20003b5a34c901f9.zip |
Merge pull request #1510 from agnoster/agnoster-classic
agnoster "classic"
Diffstat (limited to 'themes/agnoster.zsh-theme')
-rw-r--r-- | themes/agnoster.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index bd6f1a6a2..c3107c06c 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -95,7 +95,7 @@ prompt_dir() { prompt_status() { local symbols symbols=() - [[ $RETVAL -ne 0 ]] && symbols+="%{%F{red}%}$RETVAL" + [[ $RETVAL -ne 0 ]] && symbols+="%{%F{red}%}✘" [[ $UID -eq 0 ]] && symbols+="%{%F{yellow}%}⚡" [[ $(jobs -l | wc -l) -gt 0 ]] && symbols+="%{%F{cyan}%}⚙" |