Skip to content

Commit a46f3d9

Browse files
committed
Undo GNUPGHOME change
1 parent 16b3e88 commit a46f3d9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

fish/conf.d/00_global_vars.fish

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ set -gx PASSWORD_STORE_DIR "$XDG_DATA_HOME/password-store"
6363
# Security settings
6464
set -gx NOCLOBBER 1
6565

66-
# GPG configuration for better XDG compliance
67-
set -gx GNUPGHOME "$XDG_DATA_HOME/gnupg"
66+
set -gx GNUPGHOME "$HOME/.gnupg"
6867

6968
# ============================================================================
7069
# Package Managers and Tools

0 commit comments

Comments
 (0)