summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
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 e77cf4b..ac71fc9 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -293,7 +293,7 @@ __update_prompt_elements()
CURDIR=${CURDIR/\/$SUBDIR/}
fi
CURDIR="$C_$_prompt_colors[path]$_C%`echo $spaceleft`<..<"$CURDIR"%<<$C_$color[none]$_C"
- [ "$VCSSUBDIR" = "$SUBDIR" ] && CURDIR+=$C_$color[cyan]";"$color[bold]$_C"/"$C_$_prompt_colors[path]$_C$VCSSUBDIR
+ [ "$VCSSUBDIR" = "$SUBDIR" ] && CURDIR+=$C_$_prompt_colors[path]$_C"/"$C_$_prompt_colors[generic]$_C$VCSSUBDIR
[ "$DEBUG" = "yes" ] && echo
}