diff options
author | Charlie Root <John Ankarstr\xf6m> | 2021-06-08 20:44:18 +0200 |
---|---|---|
committer | Charlie Root <John Ankarstr\xf6m> | 2021-06-08 20:44:18 +0200 |
commit | 36e9ff4fbd539d64b3d9eb0c364b081cdfd5cb7a (patch) | |
tree | ce9329ce54d0372fa650b01790d1a844c1b9c731 /home | |
parent | 8b76cbb551f0f463812002530ae2b4d5b15fa1e4 (diff) | |
download | lbsd-36e9ff4fbd539d64b3d9eb0c364b081cdfd5cb7a.tar.gz |
~/.profile: Start ssh-agent on login
Diffstat (limited to 'home')
-rw-r--r-- | home/john/.profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/john/.profile b/home/john/.profile index 5b2e8b6..2cd527e 100644 --- a/home/john/.profile +++ b/home/john/.profile @@ -43,3 +43,5 @@ export ENV=$HOME/.shrc export LC_ALL=en_US.UTF-8 export RTV_BROWSER=w3m export CHOICES=~/.choices + +! pgrep ssh-agent 2>/dev/null && eval `ssh-agent` |