From 400650504b0ffe5d68bcd6be376ee152d7b43e1f Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Tue, 25 Oct 2022 18:48:16 -0400 Subject: [PATCH] bashrc: Add SSH_AUTH_SOCK for gpg-agent --- bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index 1436d63..3da0702 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -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