Add SSH_AUTH_SOCK to distrobox

This commit is contained in:
John Mertz 2023-04-27 10:06:21 -04:00
parent f7960b298e
commit 10eee3cfea
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# vim: ft=sh # vim: ft=sh
export DISTROBOX=$(grep -oP "(?<=name=\")[^\";]+" /run/.containerenv) export DISTROBOX=$(grep -oP "(?<=name=\")[^\";]+" /run/.containerenv)
export SSH_AUTH_SOCK="$HOME/.spool/ssh-agent.sock"
HISTFILE="${HISTFILE}.$DISTROBOX" HISTFILE="${HISTFILE}.$DISTROBOX"
neofetch neofetch