all repos — dotfiles @ 6cdeb6638fa7bb15e026dbe67146e193bd2edcb7

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