profile: Set SSH_AUTH_SOCK to gcr ssh agent

This commit is contained in:
Lexi / Zoe 2024-03-06 18:39:29 +01:00
parent a7f548e948
commit 4cf3083fd8
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
# ~/.profile -- Included by .bash_profile; includes ~/.profile.local
#
# SSH key agent is started by systemd user
#export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.sock"
# SSH key agent
[[ -e "$XDG_RUNTIME_DIR/gcr/ssh" ]] && export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
# GPG key stuff
export GPG_TTY=$(tty)