mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-12 23:01:31 +01:00
7efeedf6d9
just miscellaneous script/configs that could be useful
5 lines
94 B
Bash
5 lines
94 B
Bash
#!/bin/bash
|
|
if test "$SSH_AUTH_SOCK" ; then
|
|
ln -sf $SSH_AUTH_SOCK ~/.ssh/ssh_auth_sock
|
|
fi
|