nushell theming

This commit is contained in:
Henrik Bakken
2025-04-11 13:15:52 +02:00
parent 2ea36c2b82
commit c0cb32183f
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ vim.g.maplocalleader = vim.keycode("/")
vim.o.langmap = "ø:"
-- general options
vim.o.shell = "/usr/bin/zsh"
vim.o.shell = "/usr/bin/nu"
vim.g.BASH_Ctrl_j = "off"
vim.g.BASH_Ctrl_l = "off"
vim.opt.clipboard:append("unnamedplus")