summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-13 12:40:06 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-13 12:40:06 +0100
commitc70289d898e7aba51d6dbddc1816bf833b1e3d95 (patch)
treeb037fccceef7eb7bb3317bdb00db3b50ca83cb4a /12_Prompts.zsh
parent9559df1ccf7733a378595193064d0ab763e72cbd (diff)
[Prompts] guilt
Diffstat (limited to '12_Prompts.zsh')
-rw-r--r--12_Prompts.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh
index e37ac86..a9c02fd 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -298,7 +298,7 @@ update_prompt_elements()
# then we reduce the path until it reaches the last path element,
spaceleft=$(($spaceleft - $GITBRANCHSIZE))
[ $spaceleft -lt $minimalpathsize ] && spaceleft=$minimalpathsize
- GITBRANCH=${GITBRANCH:+ $C_"$(get_git_status)"$_C$GITBRANCH}
+ GITBRANCH=${GITBRANCH:+ $C_"$(get_git_status)"$_C$GITBRANCH}"$(get_guilt_series)"
CURDIR="$C_$prompt_colors[path]$_C%`echo $spaceleft`<..<"$MY_PATH"%<<$C_$color[none]$_C"
[ "$DEBUG" = "yes" ] && echo
}