From 7dd1e10bcf99f0cc66d73f0c1ea9b725eaa543b1 Mon Sep 17 00:00:00 2001 From: blob42 Date: Sun, 17 Sep 2023 17:06:35 +0200 Subject: [PATCH] fix opt --- lua/core/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/core/options.lua b/lua/core/options.lua index 9ed7db3..4498794 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -12,7 +12,7 @@ g.theme_switcher_loaded = false -- if vim.fn.executable("sh") then opt.shell = vim.fn.exepath("sh") end if vim.fn.executable("fish") then - opt.shell = 'fish -C vjm_prompt' + opt.shell = 'fish -C vim_prompt' end -- use filetype.lua instead of filetype.vim. it's enabled by default in neovim 0.8 (nightly)