update sheldon syntax

This commit is contained in:
Daylin Morgan 2022-10-26 13:41:41 -05:00
parent 6e9b4b2ace
commit 91ad055fc1
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}"