set date to d/m/y format

This commit is contained in:
Carlos Galindo 2021-02-06 18:54:17 +01:00
parent 307ac4db3f
commit d4c30d1a60
1 changed files with 1 additions and 1 deletions

View File

@ -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