Have Zim treat my own config like a plugin, compiling + fpathing it

This commit is contained in:
Danielle McLean 2023-11-21 16:28:46 +11:00
parent e043a2bdaf
commit 12b335be77
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -19,6 +19,11 @@ zeval-if-installed() {
zmodule willghatch/zsh-saneopt --source saneopt.plugin.zsh
zmodule environment
# Tell Zim about my own configuration. This has two benefits:
# - My personal functions/ directory will be added to fpath, and
# - Zim will automatically zcompile anything with a .zsh extension for me! :)
zmodule $ZDOTDIR
zmodule mafredri/zsh-async --source async.zsh
zmodule input