]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/lib/gpg.zsh
zsh: move gpg to XDG dirs
[dotfiles.git] / zsh / lib / gpg.zsh
index 818e241f0955d656eecf7f2c8d1df2b0dca6dfce..aea97b37990728fff762920f612334305b82d357 100644 (file)
@@ -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