diff --git a/.config/nvim/lua/custom/config/options.lua b/.config/nvim/lua/custom/config/options.lua index 2201793..7ec9cf2 100644 --- a/.config/nvim/lua/custom/config/options.lua +++ b/.config/nvim/lua/custom/config/options.lua @@ -33,7 +33,6 @@ vim.opt.smartcase = true vim.opt_local.wrap = false vim.opt.wrap = false vim.opt.scrolloff = 8 -vim.opt.undofile = true vim.opt.termguicolors = true vim.opt.laststatus = 3 -- views can only be fully collapsed with the global statusline vim.opt.splitkeep = 'screen' -- for edgy.nvim diff --git a/.zshrc b/.zshrc index d439867..e6d9c6b 100644 --- a/.zshrc +++ b/.zshrc @@ -127,5 +127,4 @@ esac # pnpm end # Start ssh-agent if not running -eval $(keychain --quiet --eval --timeout 10 ~/.ssh/id_ed25519) - +eval $(keychain --quiet --eval --timeout 180 ~/.ssh/id_ed25519)