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