diff --git a/dot-config/zsh/zimrc.zsh b/dot-config/zsh/zimrc.zsh index 0e2ffdf..b32edd4 100644 --- a/dot-config/zsh/zimrc.zsh +++ b/dot-config/zsh/zimrc.zsh @@ -22,7 +22,7 @@ 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 $ZDOTDIR --name dot/zsh zmodule mafredri/zsh-async --source async.zsh