From 2e8e60d8a32a336baae2a86101d20f9ebe5f5308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 5 Feb 2024 21:34:22 +0100 Subject: [PATCH] qsgen2: Load zsh/datetime to use strftime --- qsgen2 | 1 + 1 file changed, 1 insertion(+) diff --git a/qsgen2 b/qsgen2 index 1237f73..fcd58c4 100755 --- a/qsgen2 +++ b/qsgen2 @@ -111,6 +111,7 @@ fi # Loading Zsh modules zmodload zsh/files +autoload -Uz zsh/datetime # Check for, an source, the config file for this specific website if [[ -f $(pwd)/config ]]; then