summary refs log tree commit diff stats
path: root/zsh/zshrc_sheldon
blob: 6168baeea4b9a3c5b05fc15d0fab7ae40e749ad3 (plain)
1
2
3
4
5
if [[ ! -S $SSH_AUTH_SOCK ]]
then
	eval `ssh-agent | sed -e '/^echo/d'`
	linkAuthSock $SSH_AUTH_SOCK
fi