X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/153355965a36f946106d15cde6fc375e87ed72c4..b3b372c042301763e31dc6959007c078603396ea:/zsh/lib/gpg.zsh?ds=inline diff --git a/zsh/lib/gpg.zsh b/zsh/lib/gpg.zsh index 818e241..aea97b3 100644 --- a/zsh/lib/gpg.zsh +++ b/zsh/lib/gpg.zsh @@ -11,8 +11,8 @@ if (( ! $+commands[gpg-agent] )); then fi # Set the default paths to gpg-agent files. -_gpg_agent_conf="$HOME/.gnupg/gpg-agent.conf" -_gpg_agent_env="${TMPDIR:-/tmp}/gpg-agent.env" +_gpg_agent_conf="$XDG_CONFIG_HOME/gnupg/gpg-agent.conf" +_gpg_agent_env="$XDG_CACHE_HOME/gpg-agent-info" # Start gpg-agent if not started. if ! ps -U "$USER" -o ucomm | grep -q gpg-agent; then