qsgen2: Add correct path to language files
This commit is contained in:
parent
61cd217861
commit
e2c7f85125
2
qsgen2
2
qsgen2
@ -19,7 +19,7 @@ QSGEN="Quick Site Generator 2"
|
|||||||
globaldebug=false
|
globaldebug=false
|
||||||
|
|
||||||
# Use Zsh fpath to set the path to some extra functions
|
# 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
|
# In this case, let's load the 'include' function
|
||||||
autoload include
|
autoload include
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user