dotfiles/profile

7 lines
88 B
Plaintext
Raw Normal View History

2015-09-26 21:32:00 +02:00
#
2016-06-02 10:31:06 +02:00
# ~/.profile
2015-09-26 21:32:00 +02:00
#
if [ -z "$SSH_AUTH_SOCK" ] ; then
2015-10-27 20:05:43 +01:00
eval `ssh-agent -s` > /dev/null
2015-09-26 21:32:00 +02:00
fi