From 7de4ca22aa0d1f46bc0d4c51f0ca8b5a0e9bac00 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Tue, 27 Oct 2015 20:05:43 +0100 Subject: [PATCH] ssh-agent shhhhhhh --- bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_profile b/bash_profile index 71cce1d..0f05bd9 100644 --- a/bash_profile +++ b/bash_profile @@ -3,7 +3,7 @@ # if [ -z "$SSH_AUTH_SOCK" ] ; then - eval `ssh-agent -s` 2> /dev/null + eval `ssh-agent -s` > /dev/null fi [[ -f ~/.bashrc ]] && . ~/.bashrc