From 37cefd62c85a76414f89e189432055ee0fdc066b Mon Sep 17 00:00:00 2001 From: jStmaX! <87650746+jstmaxlol@users.noreply.github.com> Date: Sun, 28 Sep 2025 21:33:58 +0200 Subject: fix --- cfg/fish_prompt[s].fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/fish_prompt[s].fish b/cfg/fish_prompt[s].fish index da0903a..34cbaca 100644 --- a/cfg/fish_prompt[s].fish +++ b/cfg/fish_prompt[s].fish @@ -46,5 +46,5 @@ function fish_right_prompt set dt $(date '+%Y-%m-%d %H:%M') # print prompt - echo -e (set_color $colorInverse)"( "(set_color $color)"$last_status"(set_color white)" | "(set_color $color)"$dt"(set_color $colorInverse)" )" + echo -e (set_color $colorInverse)"( "(set_color $color)"$last_status"(set_color $colorInverse)" | "(set_color $color)"$dt"(set_color $colorInverse)" )" end -- cgit v1.3.1