From 2db5c557d686861406efa70e86266a33ff654f55 Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Mon, 26 Aug 2024 10:37:58 +0200 Subject: [PATCH] [zsh] fix sheldon --- private_dot_config/sheldon/plugins.toml.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/private_dot_config/sheldon/plugins.toml.tmpl b/private_dot_config/sheldon/plugins.toml.tmpl index 1712f82..ed88389 100644 --- a/private_dot_config/sheldon/plugins.toml.tmpl +++ b/private_dot_config/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]