Add .bash_profile
Former-commit-id: 87760f84f8fa3685c192712c0a5cd1d125196880
This commit is contained in:
parent
7ccb1fc0d8
commit
0ea2bf0df4
5
.bash_profile
Normal file
5
.bash_profile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
if [ -z "$SSH_AUTH_SOCK" ] ; then
|
||||||
|
eval `ssh-agent -s`
|
||||||
|
ssh-add ~/.ssh/github
|
||||||
|
ssh-add ~/.ssh/gitbutter
|
||||||
|
fi
|
Loading…
x
Reference in New Issue
Block a user