Changed keychain to persist ssh keys from 10m to 3h, also removed

duplicate undofile in nvim config thanks banana
This commit is contained in:
2024-11-16 12:08:10 +02:00
parent 5405c9a8f2
commit f6edd1e9fe
2 changed files with 1 additions and 3 deletions

View File

@@ -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

3
.zshrc
View File

@@ -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)