From 05c019326883bc2637441331c66a660bd1b9cbba Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 2 May 2024 15:35:25 +0200 Subject: [PATCH] don't use the minute for the month --- home-manager/shared/shell/zellij.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/shared/shell/zellij.nix b/home-manager/shared/shell/zellij.nix index d149812..3835392 100644 --- a/home-manager/shared/shell/zellij.nix +++ b/home-manager/shared/shell/zellij.nix @@ -53,7 +53,7 @@ command_git_branch_rendermode "static" datetime "#[fg=#yellow,bold] {format} " - datetime_format "%Y-%M-%d %H:%M" + datetime_format "%Y-%m-%d %H:%M" datetime_timezone "Europe/Amsterdam" } }