From 39bb2db7068b6c404f955a0874f25482ab2a8551 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Tue, 26 Nov 2024 07:23:25 -0800 Subject: [PATCH] grey datetime --- fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index 4d6cc7a..bf635f2 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -87,7 +87,7 @@ function fish_mode_prompt end function fish_right_prompt - set_color $__slavic_color_lilac + set_color $__slavic_color_grey date '+%a %b-%d-%Y %T' end