From e2c7f85125782aab4d59844bed5f2f2f92ff4ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 14 Feb 2024 11:38:42 +0100 Subject: [PATCH] qsgen2: Add correct path to language files --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index bd6b8ac..1314ea5 100755 --- a/qsgen2 +++ b/qsgen2 @@ -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