qsgen2: Load zsh/datetime to use strftime

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

1
qsgen2
View File

@ -111,6 +111,7 @@ fi
# Loading Zsh modules # Loading Zsh modules
zmodload zsh/files zmodload zsh/files
autoload -Uz zsh/datetime
# Check for, an source, the config file for this specific website # Check for, an source, the config file for this specific website
if [[ -f $(pwd)/config ]]; then if [[ -f $(pwd)/config ]]; then