X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash%2F.bash_profile;h=6b6f965a718ab435c13c1b9687db65cf20b058e5;hb=6fe8ab703b538aa770d8b121c54b49c44e035b18;hp=c408f2d146db1de4a9dd6ba4cc36447cdf9cda5c;hpb=db94d578b5f7eff95763639ac77a87944cb13733;p=max%2Fdotfiles.git diff --git a/bash/.bash_profile b/bash/.bash_profile index c408f2d..6b6f965 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -15,5 +15,6 @@ fi export TMPDIR="/home/max/.local/tmp" -gpg-agent --daemon --enable-ssh-support \ - --write-env-file "${HOME}/.gpg-agent-info" +gpg-agent --daemon + +export GPG_AGENT_INFO="${GNUPGHOME:-${HOME}/.gnupg}/S.gpg-agent:-1:1"