dotfiles/zshrc: add comment about ssh-agent socket
This commit is contained in:
parent
6d568a8c94
commit
808e06eaf8
@ -97,6 +97,7 @@ export GPG_TTY=$(tty)
|
|||||||
# Refresh gpg-agent tty in case user switches into an X Session
|
# Refresh gpg-agent tty in case user switches into an X Session
|
||||||
gpg-connect-agent updatestartuptty /bye >/dev/null
|
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"
|
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||||
|
|
||||||
# Speed up JVM start for short-lived Java programs
|
# Speed up JVM start for short-lived Java programs
|
||||||
|
Loading…
Reference in New Issue
Block a user