From 15c008d662f39efd1e43accb124d2653f847e8ff Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 30 Nov 2024 13:09:09 +0100 Subject: [PATCH] removed the shell setting --- ansible/roles/helix/files/helix/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/helix/files/helix/config.toml b/ansible/roles/helix/files/helix/config.toml index 9351855..612e021 100644 --- a/ansible/roles/helix/files/helix/config.toml +++ b/ansible/roles/helix/files/helix/config.toml @@ -1,7 +1,6 @@ [editor] mouse = false middle-click-paste = false -shell = [ "fish" "-c" ] line-number = "relative" cursorline = false cursorcolumn = false