Update INSTALL.md
Add info on how to set custom time format
This commit is contained in:
parent
1b6e44e15c
commit
73a2bf2b22
1 changed files with 6 additions and 0 deletions
|
@ -210,6 +210,12 @@ Enable military time
|
||||||
set -g @dracula-military-time true
|
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
|
#### git options
|
||||||
|
|
||||||
Hide details of git changes
|
Hide details of git changes
|
||||||
|
|
Loading…
Reference in a new issue