fixed color of bracket

main
Matej Nemček 2016-11-08 18:35:06 +01:00
parent 6e8c51dd9a
commit 9ac4678b1c
1 changed files with 2 additions and 2 deletions

View File

@ -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