diff options
-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 5f6f48b..b7cacc1 100644 --- a/12_Prompts.zsh +++ b/12_Prompts.zsh @@ -286,7 +286,7 @@ PS1_TASKBAR+=(__display) __display_vi_mode() { - echo -n "$C_$color[bold];$_prompt_colors[bar]$_C%8v" + echo -n "$C_$color[bold];33$_C%8v" } PS1_TASKBAR+=(__display_vi_mode) |