From 742a3db2e1cf515d35d43bac233b0b10c30d938c Mon Sep 17 00:00:00 2001 From: John Mertz Date: Mon, 7 Nov 2022 14:41:08 -0500 Subject: [PATCH] Fix SSH socket locationdddd --- bash/bash_login | 2 +- bash/bashrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/bash_login b/bash/bash_login index 386a86fe9..1c993ccb0 100644 --- a/bash/bash_login +++ b/bash/bash_login @@ -6,7 +6,7 @@ systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT source ${HOME}/.dotfiles/bash/bash_aliases # Configure static SSH Agent -export SSH_AUTH_SOCK=~/.ssh/ssh-agent.sock +export SSH_AUTH_SOCK=~/.spool/ssh-agent.sock if [ -e $SSH_AUTH_SOCK ]; then rm $SSH_AUTH_SOCK fi diff --git a/bash/bashrc b/bash/bashrc index dc694b12c..83c7f513c 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -92,7 +92,7 @@ export TERM="xterm" # Set initial title echo -e -n "\033]2;Welcome to Bash\007" -SSH_AUTH_SOCK="$HOME/.ssh/ssh-agent.sock" +SSH_AUTH_SOCK="$HOME/.spool/ssh-agent.sock" # Distrobox only if [ -f "/run/.containerenv" ]; then