Fix SSH socket locationdddd
This commit is contained in:
parent
0d80fd921e
commit
742a3db2e1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue