qsgen2: Add correct path to language files

This commit is contained in:
Stig-Ørjan Smelror 2024-02-14 11:38:42 +01:00
parent 61cd217861
commit e2c7f85125

2
qsgen2
View File

@ -19,7 +19,7 @@ QSGEN="Quick Site Generator 2"
globaldebug=false
# Use Zsh fpath to set the path to some extra functions
fpath=(${HOME}/bin/include/common ${HOME}/.config/qsgen2/lang $fpath)
fpath=(${HOME}/bin/include/common ${HOME}/bin/include/qsgen2/lang $fpath)
# In this case, let's load the 'include' function
autoload include