removed absolute shell path

This commit is contained in:
agryphus 2023-10-13 03:16:06 -04:00
parent 6aa535a54b
commit 91f7e6f47f

View file

@ -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.