mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-10 05:51:30 +01:00
5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
|
#!/bin/bash
|
||
|
if test "$SSH_AUTH_SOCK" ; then
|
||
|
ln -sf $SSH_AUTH_SOCK ~/.ssh/ssh_auth_sock
|
||
|
fi
|