all repos — nixfiles @ e6902435ee1abeb474960dcd49ee395116f5c2d8

System and user configuration, managed by nix and home-manager

zsh/sheldon.zsh (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