Added SSH_AUTH_SOCK for ssh-agent to work

This commit is contained in:
2026-01-12 00:46:17 +02:00
parent 635beb733b
commit 3dd1c85f3e
4 changed files with 56 additions and 29 deletions

View File

@@ -6,3 +6,7 @@ if status is-interactive
nix-shell -p blueman xorg.xhost --run "xhost si:localuser:root && sudo blueman-manager ; xhost -si:localuser:root"
end
end
if test -S /run/user/1000/gcr/ssh
set -x SSH_AUTH_SOCK /run/user/1000/gcr/ssh
end