all repos — dotfiles @ d46e831026aeff0f6577edab0a3accfbecc68d0b

Superseded by nixfiles

zsh/zshrc_sheldon (view raw)

1
2
3
4
5
if [[ ! -S $SSH_AUTH_SOCK ]]
then
	eval `ssh-agent | sed -e '/^echo/d'`
	linkAuthSock $SSH_AUTH_SOCK
fi