0ea2bf0df4
Former-commit-id: 87760f84f8fa3685c192712c0a5cd1d125196880
6 lines
110 B
Bash
6 lines
110 B
Bash
if [ -z "$SSH_AUTH_SOCK" ] ; then
|
|
eval `ssh-agent -s`
|
|
ssh-add ~/.ssh/github
|
|
ssh-add ~/.ssh/gitbutter
|
|
fi
|