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