From 0ea2bf0df4fc2361bf38d7c0e6c8e699602248ad Mon Sep 17 00:00:00 2001 From: mollusk Date: Thu, 15 Mar 2018 02:49:25 -0700 Subject: [PATCH] Add .bash_profile Former-commit-id: 87760f84f8fa3685c192712c0a5cd1d125196880 --- .bash_profile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .bash_profile 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