Fix a stupid mistake in date formatting
Accidentally wrote %M instead of %m for month.
This commit is contained in:
parent
7f8af9dafa
commit
92227fc2d4
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ date =
|
||||||
date-alt =
|
date-alt =
|
||||||
|
|
||||||
time = %A %{T5}%H:%M%{T-} %e %b
|
time = %A %{T5}%H:%M%{T-} %e %b
|
||||||
time-alt = %a %Y-%M-%d %H:%M:%S
|
time-alt = %a %Y-%m-%d %H:%M:%S
|
||||||
|
|
||||||
format-prefix =
|
format-prefix =
|
||||||
format-prefix-foreground = ${colors.foreground-alt}
|
format-prefix-foreground = ${colors.foreground-alt}
|
||||||
|
|
Loading…
Reference in a new issue