dotfiles/.ssh/rc

4 lines
117 B
Text
Raw Permalink Normal View History

2020-02-12 12:44:03 +01:00
if [[ -S "$SSH_AUTH_SOCK" && ! -h "$SSH_AUTH_SOCK" ]]; then
ln -sf "$SSH_AUTH_SOCK" $HOME/.ssh/ssh_auth_sock;
fi