ssh-agent shhhhhhh

This commit is contained in:
Geoffrey Frogeye 2015-10-27 20:05:43 +01:00
parent 5c76556968
commit 7de4ca22aa

View file

@ -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