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