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