removed absolute shell path
This commit is contained in:
parent
6aa535a54b
commit
91f7e6f47f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ vim.opt.wrap = true
|
||||||
vim.opt.scrolloff = 8
|
vim.opt.scrolloff = 8
|
||||||
vim.opt.signcolumn = "auto"
|
vim.opt.signcolumn = "auto"
|
||||||
|
|
||||||
vim.o.shell = "/usr/bin/zsh"
|
vim.o.shell = "zsh"
|
||||||
|
|
||||||
-- Local settings for when in :terminal mode
|
-- Local settings for when in :terminal mode
|
||||||
-- I don't believe this functionality has been ported to lua.
|
-- I don't believe this functionality has been ported to lua.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue