summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-06-20 10:50:23 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-06-20 10:50:23 +0200
commitc43539e5c6df684d5328f2294472701c9e2d0246 (patch)
treef2249c435a84d0eefa54a19282c48ae480ee22bf /12_Prompts.zsh
parenta47b4b21882b0149362b5188505ad4a0886c30e3 (diff)
[Vim-mode] commands in same color as hbar.
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 5d76806..f7060af 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -285,7 +285,7 @@ __show_date()
__display_vi_mode()
{
- echo -n "$C_$color[bold];$color[yellow]$_C%8v"
+ echo -n "$C_$color[bold];$_prompt_colors[bar]$_C%8v"
}
PS1_TASKBAR+=(__display_vi_mode)