From d4c30d1a600b87405f4151b94d01529749b87daf Mon Sep 17 00:00:00 2001 From: Carlos Galindo Date: Sat, 6 Feb 2021 18:54:17 +0100 Subject: [PATCH] set date to d/m/y format --- fish_right_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish_right_prompt.fish b/fish_right_prompt.fish index a3703d7..2a560c0 100644 --- a/fish_right_prompt.fish +++ b/fish_right_prompt.fish @@ -15,5 +15,5 @@ function fish_right_prompt -d "Write out the right prompt" printf '\033k['(prompt_pwd)']\033\\'; end - echo -ns (date "+%D")" - "(date "+%H:%M") + echo -ns (date "+%d/%m/%y")" - "(date "+%H:%M") end