all repos — dotfiles @ 7b3bdc4b0be79e6d2f50e0e9ed45c1b3e430010c

Superseded by nixfiles

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