From 75bd58169ff579047ffb8a34401f4177f5e55e92 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 21 Nov 2023 16:51:05 +1100 Subject: [PATCH] Give my self-referential zmodule a clearer name --- dot-config/zsh/zimrc.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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