From bdb3fad8d279cd39a0b74e935e84fb641a0ea05a Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 28 Nov 2024 09:53:00 -0800 Subject: [PATCH] reset color after right prompt --- fish_prompt.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fish_prompt.fish b/fish_prompt.fish index bf635f2..981a771 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -89,6 +89,7 @@ end function fish_right_prompt set_color $__slavic_color_grey date '+%a %b-%d-%Y %T' + set_color normal end function fish_prompt