mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
initialize and load ssh-agent
This commit is contained in:
parent
1ad5671819
commit
ea47387583
1 changed files with 3 additions and 0 deletions
|
@ -30,4 +30,7 @@ fi
|
||||||
if type mcfly > /dev/null; then
|
if type mcfly > /dev/null; then
|
||||||
eval "$(mcfly init zsh)"
|
eval "$(mcfly init zsh)"
|
||||||
fi
|
fi
|
||||||
|
eval "$(ssh-agent)"
|
||||||
|
ssh-add ~/.ssh/id_ed25519
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue