summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2014-07-17 16:00:29 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2014-10-21 16:57:41 +0200
commit08c9cbe0f02c5374085a0d132bf9d4d722110d76 (patch)
treeadc53cb1b9b1e7d7bbdded619de9565e0b667bda
parent00f6769e39fcdc80c8e52da257cecd3df0f13dc4 (diff)
[Prompts] Uses bold color for current git folder
-rw-r--r--12_Prompts.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh
index 48423a8..9cf5734 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -93,7 +93,7 @@ __update_prompt_elements()
then
___gitdir=$(dirname $__gitdir)"/"
[ $___gitdir == "./" ] && unset ___gitdir
- CURDIR="$(print -Pn "$CURDIR" | sed "s*$__gitdir*$___gitdir${C_}$_prompt_colors[soft_generic];3$_C${__gitdir:t}$C_$_prompt_colors[path]$_C*")"
+ CURDIR="$(print -Pn "$CURDIR" | sed "s*$__gitdir*$___gitdir${C_}$_prompt_colors[bold_generic];3$_C${__gitdir:t}$C_$_prompt_colors[path]$_C*")"
fi
#print "#3# "$CURDIR
CURDIR=$C_$_prompt_colors[path]$_C$CURDIR$C_$color[none]$_C