From 808e06eaf835a3518c399922164d91941d4bdb31 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 14 Aug 2022 13:51:06 -0700 Subject: [PATCH] dotfiles/zshrc: add comment about ssh-agent socket --- dotfiles/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 5854825..3dc3abb 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -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