add ssh-key caching
This commit is contained in:
parent
7fbe06c7b5
commit
8212bd1e12
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue