qsgen2: Load zsh/datetime to use strftime using zmodload

This commit is contained in:
Stig-Ørjan Smelror 2024-02-05 21:39:34 +01:00
parent 2e8e60d8a3
commit 8da466d720

2
qsgen2
View File

@ -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