summaryrefslogtreecommitdiffstatshomepage
path: root/sheldon
diff options
context:
space:
mode:
Diffstat (limited to 'sheldon')
-rw-r--r--sheldon/.config/sheldon/plugins.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/sheldon/.config/sheldon/plugins.toml b/sheldon/.config/sheldon/plugins.toml
index ebcba9d..c8839a9 100644
--- a/sheldon/.config/sheldon/plugins.toml
+++ b/sheldon/.config/sheldon/plugins.toml
@@ -8,8 +8,7 @@ defer = { value = 'zsh-defer source "{{ file }}"', each = true }
comp = { value = 'mkdir -p "$XDG_DATA_HOME/zsh/site-functions"; ln -sf "{{ file }}" "$XDG_DATA_HOME/zsh/site-functions/_{{ name }}"', each = true }
[plugins.zsh-wsl]
-local = '~/.local/share/zsh-wsl'
-apply = ["defer"]
+inline = 'test -f ~/.local/share/zsh-wsl && zsh-defer source ~/.local/share/zsh-wsl'
[plugins.zsh-syntax-highlighting]
github = "zsh-users/zsh-syntax-highlighting"