From 04db2a9496d2c77ffdbd493ec975f5b8a970419a Mon Sep 17 00:00:00 2001 From: Will Fleming Date: Thu, 11 Jun 2020 13:07:53 -0400 Subject: [PATCH] Move gnupg home to default location This has caused problems in the past, now it's trouble with [aurto](aurto). I'm tired of fighting these sorts of problems, I'll just deal with the messiness of an extra dotfile under ~. [aurto]: https://github.com/alexheretic/aurto/issues/29 --- home/config/environment.d/gnupg.conf | 1 - home/{config => }/gnupg/.gitignore | 0 home/{config => }/gnupg/gpg-agent.conf | 0 home/pam_environment | 1 - 4 files changed, 2 deletions(-) delete mode 100644 home/config/environment.d/gnupg.conf rename home/{config => }/gnupg/.gitignore (100%) rename home/{config => }/gnupg/gpg-agent.conf (100%) diff --git a/home/config/environment.d/gnupg.conf b/home/config/environment.d/gnupg.conf deleted file mode 100644 index 338839e..0000000 --- a/home/config/environment.d/gnupg.conf +++ /dev/null @@ -1 +0,0 @@ -GNUPGHOME=$HOME/.config/gnupg diff --git a/home/config/gnupg/.gitignore b/home/gnupg/.gitignore similarity index 100% rename from home/config/gnupg/.gitignore rename to home/gnupg/.gitignore diff --git a/home/config/gnupg/gpg-agent.conf b/home/gnupg/gpg-agent.conf similarity index 100% rename from home/config/gnupg/gpg-agent.conf rename to home/gnupg/gpg-agent.conf diff --git a/home/pam_environment b/home/pam_environment index 9236ee8..a0aa680 100644 --- a/home/pam_environment +++ b/home/pam_environment @@ -1,2 +1 @@ SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/ssh-agent.socket" -GNUPGHOME DEFAULT="/home/@{PAM_USER}/.config/gnupg"