From 58b97370ffa0f08ab9ee07dca9cd9f580b7f491d Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Wed, 3 Dec 2025 09:55:11 +0200 Subject: Fixes --- home/nvim/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/nvim') diff --git a/home/nvim/options.lua b/home/nvim/options.lua index ee2fac2..9911824 100644 --- a/home/nvim/options.lua +++ b/home/nvim/options.lua @@ -1,7 +1,7 @@ vim.opt.title = true -- set the title of window to the value of the titlestring vim.opt.titlestring = "%<%F%=%l/%L - nvim" -- what the title of the window will be set to vim.g.have_nerd_fonts = true -vim.o.shell = "fish" +vim.o.shell = "nushell" vim.o.fileencoding = "utf-8" vim.opt.conceallevel = 0 vim.opt.clipboard:append("unnamedplus") -- copy & paste -- cgit v1.2.3-70-g09d2