bashrc: Add SSH_AUTH_SOCK for gpg-agent

This commit is contained in:
Peter Cai 2022-10-25 18:48:16 -04:00
parent 93d8553a61
commit 400650504b
1 changed files with 3 additions and 0 deletions

View File

@ -93,3 +93,6 @@ export PATH="$PATH:~/.local/bin"
# Password Store
export PASSWORD_STORE_ENABLE_EXTENSIONS=true
# Use gpg-agent-ssh
export SSH_AUTH_SOCK=/run/user/1000/gnupg/S.gpg-agent.ssh