diff options
Diffstat (limited to 'home/nvim/options.lua')
| -rw-r--r-- | home/nvim/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
