diff options
-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` |