From 91ad055fc17b9ad1a8c1a80b54fa1c68a9950825 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 26 Oct 2022 13:41:41 -0500 Subject: [PATCH] update sheldon syntax --- home/private_dot_config/sheldon/plugins.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/private_dot_config/sheldon/plugins.toml b/home/private_dot_config/sheldon/plugins.toml index 69a7483..a78a703 100644 --- a/home/private_dot_config/sheldon/plugins.toml +++ b/home/private_dot_config/sheldon/plugins.toml @@ -47,4 +47,4 @@ github = "Aloxaf/fzf-tab" apply = ["defer"] [templates] -defer = { value = 'zsh-defer source "{{ file }}"', each = true } +defer = "{% for file in files %}zsh-defer source \"{{ file }}\"\n{% endfor %}"