dotfiles/.ssh/rc

5 lines
156 B
Text
Raw Normal View History

2020-02-12 12:44:03 +01:00
if [[ -S "$SSH_AUTH_SOCK" && ! -h "$SSH_AUTH_SOCK" ]]; then
2023-06-14 11:31:51 +02:00
mkdir -p "${XDG_RUNTIME_DIR}/gcr";
ln -sf "$SSH_AUTH_SOCK" "${XDG_RUNTIME_DIR}/gcr/ssh";
2020-02-12 12:44:03 +01:00
fi