We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b3e88 commit a46f3d9Copy full SHA for a46f3d9
1 file changed
fish/conf.d/00_global_vars.fish
@@ -63,8 +63,7 @@ set -gx PASSWORD_STORE_DIR "$XDG_DATA_HOME/password-store"
63
# Security settings
64
set -gx NOCLOBBER 1
65
66
-# GPG configuration for better XDG compliance
67
-set -gx GNUPGHOME "$XDG_DATA_HOME/gnupg"
+set -gx GNUPGHOME "$HOME/.gnupg"
68
69
# ============================================================================
70
# Package Managers and Tools
0 commit comments