aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
Diffstat (limited to 'external')
-rw-r--r--external/zsh/paths.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/zsh/paths.zsh b/external/zsh/paths.zsh
index 7f5b26b..2efc0ce 100644
--- a/external/zsh/paths.zsh
+++ b/external/zsh/paths.zsh
@@ -30,7 +30,7 @@ export PATH;
# Util config
export rofi_LIBS=/usr;
-export GNUPGHOME=$XDG_CONFIG_HOME/gnupg;
+export GNUPGHOME=$HOME/.gnupg;
export PASSWORD_STORE_DIR=$XDG_CONFIG_HOME/password-store;
export BTPD_HOME=$XDG_CONFIG_HOME/btpd;