set clock to 24h format
This commit is contained in:
parent
da9d3c9802
commit
307ac4db3f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue