Add .bash_profile

Former-commit-id: 87760f84f8fa3685c192712c0a5cd1d125196880
This commit is contained in:
mollusk 2018-03-15 02:49:25 -07:00
parent 7ccb1fc0d8
commit 0ea2bf0df4

5
.bash_profile Normal file
View File

@ -0,0 +1,5 @@
if [ -z "$SSH_AUTH_SOCK" ] ; then
eval `ssh-agent -s`
ssh-add ~/.ssh/github
ssh-add ~/.ssh/gitbutter
fi