dotfiles/.config/fish/conf.d/00-ssh-agent.fish

7 lines
66 B
Fish
Raw Normal View History

2022-09-11 17:19:46 +02:00
if set -q SSH_AUTH_SOCK
exit
end
eval (ssh-agent -c)
ssh-add