nvim: zsh interactive mode causes problems with fzf installed

This commit is contained in:
Valeriy Filippov
2026-04-03 15:31:15 +03:00
parent 05b5c17a56
commit 5f7db64250

View File

@@ -45,4 +45,4 @@ opt.splitbelow = true -- split horizontal window to the bottom
opt.swapfile = false
-- set shell to zsh
opt.shell = "/bin/zsh -i"
opt.shell = "/bin/zsh"