diff options
| author | Hugues Hiegel <hugues.hiegel@qosmos.com> | 2012-06-20 10:50:23 +0200 |
|---|---|---|
| committer | Hugues Hiegel <hugues.hiegel@qosmos.com> | 2012-06-20 10:50:23 +0200 |
| commit | c43539e5c6df684d5328f2294472701c9e2d0246 (patch) | |
| tree | f2249c435a84d0eefa54a19282c48ae480ee22bf | |
| parent | a47b4b21882b0149362b5188505ad4a0886c30e3 (diff) | |
[Vim-mode] commands in same color as hbar.
| -rw-r--r-- | 12_Prompts.zsh | 2 |
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) |
