summaryrefslogtreecommitdiffstatshomepage
path: root/ssh/.config/profile.d
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/.config/profile.d')
-rw-r--r--ssh/.config/profile.d/10-ssh.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssh/.config/profile.d/10-ssh.sh b/ssh/.config/profile.d/10-ssh.sh
new file mode 100644
index 0000000..82e3b31
--- /dev/null
+++ b/ssh/.config/profile.d/10-ssh.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"