Commit before trying things

This commit is contained in:
Geoffrey Frogeye 2016-06-02 10:31:06 +02:00
parent b470c1b622
commit 432efa3b61
3 changed files with 9 additions and 8 deletions

6
profile Normal file
View file

@ -0,0 +1,6 @@
#
# ~/.profile
#
if [ -z "$SSH_AUTH_SOCK" ] ; then
eval `ssh-agent -s` > /dev/null
fi