From 73a2bf2b224950722a7225737bbe59ae83470fd5 Mon Sep 17 00:00:00 2001 From: FriendlyTroll Date: Tue, 29 Aug 2023 13:39:09 +0200 Subject: [PATCH] Update INSTALL.md Add info on how to set custom time format --- INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index d91b1d1..c4ba180 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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