add ssh-key caching

This commit is contained in:
Christoph J. Scherr 2023-08-04 12:20:03 +02:00
parent 7fbe06c7b5
commit 8212bd1e12
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 4 additions and 0 deletions

View File

@ -142,6 +142,10 @@ export FZF_CTRL_R_OPTS='--no-sort --exact'
source ~/.local/share/nnn/quitcd/quitcd.bash_zsh source ~/.local/share/nnn/quitcd/quitcd.bash_zsh
export NNN_PLUG='j:jump;z:autojump;' export NNN_PLUG='j:jump;z:autojump;'
### --- ssh-agent setup ------------------------------------
eval $(ssh-agent)
ssh-add ~/.ssh/id_rsa
### --- kitty Config ------------------------------------ ### --- kitty Config ------------------------------------
# $KITTY_TERM is a custom envar I set in the kitty conf # $KITTY_TERM is a custom envar I set in the kitty conf
# this stuff does not work nicely with tmux, just make them regular aliases. Shows an error if you use them in another terminal # this stuff does not work nicely with tmux, just make them regular aliases. Shows an error if you use them in another terminal