all repos — archive/dotfiles @ 6d996c60ff93d5c9ff01015e89b5932eb190eafc

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