set clock to 24h format

This commit is contained in:
Carlos Galindo 2021-02-06 18:49:39 +01:00
parent da9d3c9802
commit 307ac4db3f
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 "+%l:%M %p")
echo -ns (date "+%D")" - "(date "+%H:%M")
end