dotfiles/zshrc: add comment about ssh-agent socket

This commit is contained in:
Alan Orth 2022-08-14 13:51:06 -07:00
parent 6d568a8c94
commit 808e06eaf8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ export GPG_TTY=$(tty)
# Refresh gpg-agent tty in case user switches into an X Session
gpg-connect-agent updatestartuptty /bye >/dev/null
# Export location to SSH agent socket, see ssh-agent.service
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
# Speed up JVM start for short-lived Java programs