reset color after right prompt

This commit is contained in:
Zynh Ludwig 2024-11-28 09:53:00 -08:00
parent 39bb2db706
commit bdb3fad8d2

View file

@ -89,6 +89,7 @@ end
function fish_right_prompt function fish_right_prompt
set_color $__slavic_color_grey set_color $__slavic_color_grey
date '+%a %b-%d-%Y %T' date '+%a %b-%d-%Y %T'
set_color normal
end end
function fish_prompt function fish_prompt