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