From c5053061ba75d22dec01f7b5dcbcc3fc9593ba2b Mon Sep 17 00:00:00 2001 From: John Mertz Date: Wed, 31 Jan 2024 22:38:49 -0700 Subject: [PATCH] Remove redundant ssh-agent path --- bash/bashrc.distrobox | 1 - bash/bashrc.host | 2 -- 2 files changed, 3 deletions(-) diff --git a/bash/bashrc.distrobox b/bash/bashrc.distrobox index 5f7140775..0cf4c4a18 100644 --- a/bash/bashrc.distrobox +++ b/bash/bashrc.distrobox @@ -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" diff --git a/bash/bashrc.host b/bash/bashrc.host index 1ab8ff8e6..5553f6808 100644 --- a/bash/bashrc.host +++ b/bash/bashrc.host @@ -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."