Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
Add info on how to set custom time format
  • Loading branch information
FriendlyTroll authored Aug 29, 2023
1 parent 1b6e44e commit 73a2bf2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73a2bf2

Please sign in to comment.