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