summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorHauke Stange <hauke@jimdo.com>2012-11-28 10:40:09 +0100
committerHauke Stange <hauke@jimdo.com>2012-11-28 10:40:09 +0100
commit12f416b125501e9faaae061bc55b833158348156 (patch)
tree623ca0c73f0dd6a42785e8b1e0cceede4f9b4494 /themes
parent5d6252c6d0e3598f2e19b9a02f7eb8a49317b1f1 (diff)
parent3d7622831fd86a3eaf4bbe3a11102929716d3781 (diff)
downloadzsh-12f416b125501e9faaae061bc55b833158348156.tar.gz
zsh-12f416b125501e9faaae061bc55b833158348156.tar.bz2
zsh-12f416b125501e9faaae061bc55b833158348156.zip
Merge branch 'master' of github.com:Partyschaum/oh-my-zsh
Diffstat (limited to 'themes')
-rw-r--r--themes/agnoster.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme
index c3107c06c..bd6f1a6a2 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 -ne 0 ]] && symbols+="%{%F{red}%}$RETVAL"
[[ $UID -eq 0 ]] && symbols+="%{%F{yellow}%}⚡"
[[ $(jobs -l | wc -l) -gt 0 ]] && symbols+="%{%F{cyan}%}⚙"