(Shell)+ssh_agent integration

Use the same socket file for any zsh shell I create (default shell for
user and hence from tty) so ssh-agent works consistently.
This commit is contained in:
2022-01-12 05:40:14 +00:00
parent 248a3145c4
commit 05b8480c5f

View File

@@ -1,6 +1,7 @@
# zshrc -*- mode: sh; lexical-binding: t; -*-
export DOTNET_ROOT=~/.local/src/dotnet
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
## Variables
TERM=xterm-256color
## Aliases