aboutsummaryrefslogtreecommitdiff
path: root/lua/user
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user')
-rw-r--r--lua/user/opts.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/user/opts.lua b/lua/user/opts.lua
index 3033325..9d9a138 100644
--- a/lua/user/opts.lua
+++ b/lua/user/opts.lua
@@ -10,7 +10,8 @@ vim.cmd([[
]])
-- Environment
-vim.opt.shell = "zsh" --
+--vim.opt.shell = "zsh" --
+vim.o.shell = "/bin/zsh"
vim.scriptencoding = "utf-8" --
vim.opt.encoding = "utf-8" --
vim.opt.fileencoding = "utf-8" --