jitty-scripts/.bash_profile

6 lines
110 B
Bash
Raw Permalink Normal View History

if [ -z "$SSH_AUTH_SOCK" ] ; then
eval `ssh-agent -s`
ssh-add ~/.ssh/github
ssh-add ~/.ssh/gitbutter
fi