fixed color of bracket
This commit is contained in:
parent
6e8c51dd9a
commit
9ac4678b1c
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ function __slavic_git_status
|
||||||
end
|
end
|
||||||
|
|
||||||
function fish_prompt
|
function fish_prompt
|
||||||
__slavic_color_echo $__slavic_color_blue ""
|
set_color --bold $__slavic_color_lilac
|
||||||
printf '['
|
printf '['
|
||||||
switch $fish_bind_mode
|
switch $fish_bind_mode
|
||||||
case default
|
case default
|
||||||
|
@ -82,7 +82,7 @@ function fish_prompt
|
||||||
set_color --bold magenta
|
set_color --bold magenta
|
||||||
printf 'v'
|
printf 'v'
|
||||||
end
|
end
|
||||||
set_color normal
|
set_color $__slavic_color_lilac
|
||||||
printf '] '
|
printf '] '
|
||||||
__slavic_color_echo $__slavic_color_purple (prompt_pwd)
|
__slavic_color_echo $__slavic_color_purple (prompt_pwd)
|
||||||
__slavic_git_status
|
__slavic_git_status
|
||||||
|
|
Loading…
Reference in a new issue