nvim: update used shell

This commit is contained in:
Valeriy Filippov
2026-04-02 18:14:08 +03:00
parent 5549cae9d4
commit 4fa8591142

View File

@@ -43,3 +43,6 @@ opt.splitbelow = true -- split horizontal window to the bottom
-- turn off swapfile -- turn off swapfile
opt.swapfile = false opt.swapfile = false
-- set shell to zsh
opt.shell = "/bin/zsh -i"