Update INSTALL.md

Add info on how to set custom time format
This commit is contained in:
FriendlyTroll 2023-08-29 13:39:09 +02:00 committed by GitHub
parent 1b6e44e15c
commit 73a2bf2b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,6 +210,12 @@ Enable military time
set -g @dracula-military-time true
```
Set custom time format e.g (2023-01-01 14:00)
```bash
set -g @dracula-time-format "%F %R"
```
See [[this page]](https://man7.org/linux/man-pages/man1/date.1.html) for other format symbols.
#### git options
Hide details of git changes