From 9ac4678b1cd5c7b740ebb5c4e9b76889d404b889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Nemc=CC=8Cek?= Date: Tue, 8 Nov 2016 18:35:06 +0100 Subject: [PATCH] fixed color of bracket --- fish_prompt.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index bad8897..236d8f0 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -69,7 +69,7 @@ function __slavic_git_status end function fish_prompt - __slavic_color_echo $__slavic_color_blue "" + set_color --bold $__slavic_color_lilac printf '[' switch $fish_bind_mode case default @@ -82,7 +82,7 @@ function fish_prompt set_color --bold magenta printf 'v' end - set_color normal + set_color $__slavic_color_lilac printf '] ' __slavic_color_echo $__slavic_color_purple (prompt_pwd) __slavic_git_status