3 lines
97 B
Bash
3 lines
97 B
Bash
|
# set ssh agent socket for each session
|
||
|
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|