jitty-scripts/.bash_profile
mollusk 0ea2bf0df4 Add .bash_profile
Former-commit-id: 87760f84f8fa3685c192712c0a5cd1d125196880
2018-03-15 02:49:25 -07:00

6 lines
110 B
Bash

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