From 9ff58cf3e41881a8cadb54b3f2862d846266d1a9 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 25 Apr 2025 20:16:22 +0200 Subject: nvim: Set default shell to user local fish --- nvim/lua/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua index 5267750..f9bc531 100644 --- a/nvim/lua/options.lua +++ b/nvim/lua/options.lua @@ -71,4 +71,5 @@ vim.opt.ts = 2 vim.opt.sts = 2 vim.opt.sw = 2 vim.opt.expandtab = true +vim.opt.shell = vim.fn.expand '$HOME/.local/bin/fish' -- vim: ts=2 sts=2 sw=2 et -- cgit v1.2.3