diff --git a/nix/user/sh.nix b/nix/user/sh.nix index afbfc7e..796bc70 100644 --- a/nix/user/sh.nix +++ b/nix/user/sh.nix @@ -46,7 +46,7 @@ }; }; - initExtra = '' + initContent = '' HISTCONTROL='erasedups:ignoreboth' HISTIGNORE='&:[ ]*:exit:ls:bg:fg:history:clear' unsetopt beep diff --git a/nvim/base.lua b/nvim/base.lua index c83664b..b952b79 100644 --- a/nvim/base.lua +++ b/nvim/base.lua @@ -50,6 +50,7 @@ vim.opt.syntax = 'on' vim.opt.encoding = 'utf-8' vim.opt.completeopt = 'menu,menuone,noselect' vim.opt.termguicolors = true +vim.opt.conceallevel = 1 ----------------------------