From 5c765569686b57e836dfd583701fbbaff8b966d8 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Mon, 26 Oct 2015 21:41:50 +0100 Subject: [PATCH] ssh-agent --- bash_profile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bash_profile b/bash_profile index e68f469..71cce1d 100644 --- a/bash_profile +++ b/bash_profile @@ -3,9 +3,7 @@ # if [ -z "$SSH_AUTH_SOCK" ] ; then - eval `ssh-agent -s` - ssh-add + eval `ssh-agent -s` 2> /dev/null fi -date -R > ~/.date [[ -f ~/.bashrc ]] && . ~/.bashrc