From 689b9d2d3c47fcc5f85d359c9e4a7863c0667ea1 Mon Sep 17 00:00:00 2001 From: fanyx Date: Sun, 16 Oct 2022 12:44:21 +0200 Subject: [PATCH] add SSH_AUTH_SOCK --- .void.profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.void.profile b/.void.profile index d4e7512..baa3aad 100644 --- a/.void.profile +++ b/.void.profile @@ -9,6 +9,9 @@ export EDITOR=vim export PAGER=less export VISUAL=vim +: ${SSH_AUTH_SOCK:=$XDG_RUNTIME_DIR/ssh-agent} +export SSH_AUTH_SOCK + for x in \ "$HOME/bin" \ "$HOME/.local/bin" \