Remove redundant ssh-agent path

This commit is contained in:
John Mertz 2024-01-31 22:38:49 -07:00
parent 1bf0ab9eb0
commit c5053061ba
2 changed files with 0 additions and 3 deletions

View File

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

View File

@ -1,5 +1,3 @@
# vim: ft=sh
export SSH_AUTH_SOCK="$HOME/.spool/ssh-agent.sock"
echo "This is the host OS. You probably want to open a Distrobox."