Fix a stupid mistake in date formatting

Accidentally wrote %M instead of %m for month.
This commit is contained in:
M1dgard 2018-04-05 14:20:46 +02:00
parent 7f8af9dafa
commit 92227fc2d4
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -269,7 +269,7 @@ date =
date-alt =
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-foreground = ${colors.foreground-alt}