From 91f7e6f47f94d7cdc0a63a1518aa25c61f8cd4e9 Mon Sep 17 00:00:00 2001 From: agryphus Date: Fri, 13 Oct 2023 03:16:06 -0400 Subject: [PATCH] removed absolute shell path --- lua/andrew/set.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/andrew/set.lua b/lua/andrew/set.lua index 300ab88..63fc9c0 100644 --- a/lua/andrew/set.lua +++ b/lua/andrew/set.lua @@ -15,7 +15,7 @@ vim.opt.wrap = true vim.opt.scrolloff = 8 vim.opt.signcolumn = "auto" -vim.o.shell = "/usr/bin/zsh" +vim.o.shell = "zsh" -- Local settings for when in :terminal mode -- I don't believe this functionality has been ported to lua.