From: b3nj4m1n Date: Sat, 5 Nov 2022 03:17:39 +0000 (+0100) Subject: Add note about GPG pitfalls X-Git-Tag: v0.2.0.2~130 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/6bc5bfba6622ec5f4dcc226df88df52a99cf2bbc Add note about GPG pitfalls Closes #143 --- 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"