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