From 10eee3cfea41a7cefdb550c45f3ab956cfb96426 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Thu, 27 Apr 2023 10:06:21 -0400 Subject: [PATCH] Add SSH_AUTH_SOCK to distrobox --- bash/bashrc.distrobox | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/bashrc.distrobox b/bash/bashrc.distrobox index cdf0fe2e9..2ae2754ff 100644 --- a/bash/bashrc.distrobox +++ b/bash/bashrc.distrobox @@ -1,5 +1,6 @@ # vim: ft=sh export DISTROBOX=$(grep -oP "(?<=name=\")[^\";]+" /run/.containerenv) +export SSH_AUTH_SOCK="$HOME/.spool/ssh-agent.sock" HISTFILE="${HISTFILE}.$DISTROBOX" neofetch