aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sheldon/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-10-07 13:30:12 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-10-07 13:30:12 -0500
commit59dcb091288d60e8c2d2e352711b72f4beeb1ddf (patch)
treea674fe138371048d3c6982ec9b7db2e522aae9fa /sheldon/.config
parent8dfe8425d01a438b4dd4fc1ddb6423bb066424f4 (diff)
fix(sheldon): add required shell value for update
Diffstat (limited to 'sheldon/.config')
-rw-r--r--sheldon/.config/sheldon/plugins.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sheldon/.config/sheldon/plugins.toml b/sheldon/.config/sheldon/plugins.toml
index 73a0b0a..8cff4ad 100644
--- a/sheldon/.config/sheldon/plugins.toml
+++ b/sheldon/.config/sheldon/plugins.toml
@@ -1,3 +1,5 @@
+shell = "zsh"
+
[templates]
defer = "{{ hooks?.pre | nl }}{% for file in files %}zsh-defer source \"{{ file }}\"\n{% endfor %}{{ hooks?.post | nl }}"