diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..49c107b --- /dev/null +++ b/.bash_profile @@ -0,0 +1,5 @@ +if [ -z "$SSH_AUTH_SOCK" ] ; then + eval `ssh-agent -s` + ssh-add ~/.ssh/github + ssh-add ~/.ssh/gitbutter +fi