mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-12 04:52:53 +01:00
7 lines
66 B
Fish
7 lines
66 B
Fish
|
if set -q SSH_AUTH_SOCK
|
||
|
exit
|
||
|
end
|
||
|
|
||
|
eval (ssh-agent -c)
|
||
|
ssh-add
|