From 489a809a19c8af492ed2a0e892015074a5100de1 Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Mon, 26 Aug 2024 10:37:06 +0200 Subject: [PATCH] [zsh] fix sheldon --- dot_sheldon/plugins.toml.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_sheldon/plugins.toml.tmpl b/dot_sheldon/plugins.toml.tmpl index 1712f82..ed88389 100644 --- a/dot_sheldon/plugins.toml.tmpl +++ b/dot_sheldon/plugins.toml.tmpl @@ -10,6 +10,8 @@ # # See the documentation for more https://github.com/rossmacarthur/sheldon#readme +shell = "zsh" + [plugins] [plugins.zsh-autosuggestions]