Wrong place to run ssh-agent

This commit is contained in:
John Mertz 2023-07-06 12:22:15 -04:00
parent d26f8971d0
commit 8b1506e545
1 changed files with 0 additions and 10 deletions

View File

@ -4,15 +4,5 @@
export EDITOR="flatpak run io.neovim.nvim" export EDITOR="flatpak run io.neovim.nvim"
export SSH_AUTH_SOCK="$HOME/.spool/ssh-agent.sock" export SSH_AUTH_SOCK="$HOME/.spool/ssh-agent.sock"
if [ -z "$SSH_AGENT_PID" ]; then
if [ -f "$HOME/.spool/ssh-agent.env" ]; then
source "$HOME/.spool/ssh-agent.env" >/dev/null
else
if [ ! -f "$SSH_AUTH_SOCK" ]; then
touch "$SSH_AUTH_SOCK"
fi
$HOME/scripts/ssh-agent.sh
fi
fi
echo "This is the host OS. You probably want to open a Distrobox." echo "This is the host OS. You probably want to open a Distrobox."