aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sheldon/.config
diff options
context:
space:
mode:
Diffstat (limited to 'sheldon/.config')
-rw-r--r--sheldon/.config/sheldon/plugins.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/sheldon/.config/sheldon/plugins.toml b/sheldon/.config/sheldon/plugins.toml
index cb1b55c..6551452 100644
--- a/sheldon/.config/sheldon/plugins.toml
+++ b/sheldon/.config/sheldon/plugins.toml
@@ -1,9 +1,5 @@
[templates]
-defer = """{{ hooks | get: \"pre\" | nl }}
-{% for file in files %}
-zsh-defer source "{{ file }}"
-{% endfor %}
-{{ hooks | get: \"post\" | nl }}"""
+defer = '{{ hooks?.pre | nl }}{% for file in files %}zsh-defer source "{{ file }}"\n{% endfor %}{{ hooks?.post | nl }}'
base16_config = 'export BASE16_CONFIG_PATH="{{ dir }}"'
base16_fzf = 'export BASE16_FZF_PATH="{{ dir }}"'