mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 04:09:38 +00:00
ssh: start ssh-agent and auto add keys to agent
This commit is contained in:
parent
0346869cc7
commit
d97254fc06
3
.profile
3
.profile
@ -7,6 +7,9 @@
|
|||||||
# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire
|
# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Start ssh-agent
|
||||||
|
eval `ssh-agent -s` > /dev/null
|
||||||
|
|
||||||
### Default programs ###
|
### Default programs ###
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export READER="zathura"
|
export READER="zathura"
|
||||||
|
|||||||
1
.ssh/config
Normal file
1
.ssh/config
Normal file
@ -0,0 +1 @@
|
|||||||
|
AddKeysToAgent yes
|
||||||
Loading…
Reference in New Issue
Block a user