all repos — archive/dotfiles @ 242e87a0eb6c5e452f5132e0aad08f7f3cec204f

Superseded by nixfiles

tag-ssh/ssh/rc (view raw)

1
2
3
4
5
#!/bin/sh
if [ "$SSH_AUTH_SOCK" ]
then
    ln -sf $SSH_AUTH_SOCK ~/.ssh/ssh_auth_sock
fi