all repos — archive/dotfiles @ 13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28

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