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