set date to d/m/y format
This commit is contained in:
parent
307ac4db3f
commit
d4c30d1a60
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 "+%H:%M")
|
||||
echo -ns (date "+%d/%m/%y")" - "(date "+%H:%M")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue