From 6bc5bfba6622ec5f4dcc226df88df52a99cf2bbc Mon Sep 17 00:00:00 2001 From: b3nj4m1n Date: Sat, 5 Nov 2022 04:17:39 +0100 Subject: [PATCH] Add note about GPG pitfalls Closes #143 --- programs/gnupg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/gnupg.json b/programs/gnupg.json index 6d98dbf..117c3ff 100644 --- a/programs/gnupg.json +++ b/programs/gnupg.json @@ -1,9 +1,9 @@ { "files": [ { - "path": "$HOME/.gnupg", + "help": "Export the following environment variables:\n\n```bash\nexport GNUPGHOME=\"$XDG_DATA_HOME\"/gnupg\n```\n\n_Note: from the archwiki:_\n> If you use non-default GnuPG Home directory, you will need to edit all socket files to use the values of gpgconf --list-dirs.\n> If you set your SSH_AUTH_SOCK manually, keep in mind that your socket location may be different if you are using a custom GNUPGHOME\n", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport GNUPGHOME=\"$XDG_DATA_HOME\"/gnupg\n```\n" + "path": "$HOME/.gnupg" } ], "name": "gnupg" -- 2.47.3