X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2F.profile;h=6c8ecb4b5fb096e5a68d9e8d679a26b6e6dd8de4;hb=44c60ac652b7a1825dba33fef576e344abc9d99f;hp=9b45b6821a8cb026cc8c532e22b17a28a64223fb;hpb=225e130dd375ef5f7f805704e5b99f16eb5cfb40;p=khome.git diff --git a/home/.profile b/home/.profile index 9b45b68..6c8ecb4 100644 --- a/home/.profile +++ b/home/.profile @@ -6,3 +6,8 @@ for file in $HOME/lib/login_*.sh do . $file done + +if test ! "$SSH_AGENT_PID" +then + eval "$(ssh-agent)" +fi