aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sheldon/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-05-27 14:30:21 -0500
committerToby Vincent <tobyv13@gmail.com>2022-05-27 14:30:21 -0500
commit8f2dfd0beac8abe29d42c6967f5b58d83a994cbb (patch)
tree61f826a502c3c6c32dc0a5cd623cc803996711c6 /sheldon/.config
parent517717d936f64380eb1adf5a8620d0906bdbb704 (diff)
fix(sheldon): fix zsh-wsl plugin path
Diffstat (limited to 'sheldon/.config')
-rw-r--r--sheldon/.config/sheldon/plugins.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sheldon/.config/sheldon/plugins.toml b/sheldon/.config/sheldon/plugins.toml
index c8839a9..2148c77 100644
--- a/sheldon/.config/sheldon/plugins.toml
+++ b/sheldon/.config/sheldon/plugins.toml
@@ -8,7 +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]
-inline = 'test -f ~/.local/share/zsh-wsl && zsh-defer source ~/.local/share/zsh-wsl'
+inline = 'test -f ~/.local/share/zsh-wsl/zsh-wsl.plugin.zsh && zsh-defer source ~/.local/share/zsh-wsl/zsh-wsl.plugin.zsh'
[plugins.zsh-syntax-highlighting]
github = "zsh-users/zsh-syntax-highlighting"