1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-24 09:48:34 +02:00
dotfiles/extras/sshrc

Failed to ignore revisions in .git-blame-ignore-revs.

5 lines
94 B
Plaintext
Raw Normal View History

#!/bin/bash
if test "$SSH_AUTH_SOCK" ; then
ln -sf $SSH_AUTH_SOCK ~/.ssh/ssh_auth_sock
fi