summaryrefslogtreecommitdiff
path: root/mut
diff options
context:
space:
mode:
Diffstat (limited to 'mut')
-rw-r--r--mut/neovim/lua/my/settings.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/mut/neovim/lua/my/settings.lua b/mut/neovim/lua/my/settings.lua
index a3c5144..f08bf16 100644
--- a/mut/neovim/lua/my/settings.lua
+++ b/mut/neovim/lua/my/settings.lua
@@ -65,3 +65,4 @@ vim.opt.showtabline = 1
vim.opt.cmdheight = 1
vim.opt.shellpipe = "out+err>"
+vim.opt.shell = "sh"