Add SSH_AUTH_SOCK to distrobox
This commit is contained in:
parent
f7960b298e
commit
10eee3cfea
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue