diff options
author | Mattias Andrée <maandree@kth.se> | 2021-06-25 20:44:21 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-06-25 20:44:21 +0200 |
commit | d5fb2d47307557219a5d4814aef24d8b544f1c68 (patch) | |
tree | 320c772174104efa42f4b74c77b47e878b8a0b94 /gnupg/user-profile | |
parent | Fix bugs (diff) | |
download | dotfiles-d5fb2d47307557219a5d4814aef24d8b544f1c68.tar.gz dotfiles-d5fb2d47307557219a5d4814aef24d8b544f1c68.tar.bz2 dotfiles-d5fb2d47307557219a5d4814aef24d8b544f1c68.tar.xz |
Link ~/.var/lib/gnupg to ~/.dotfiles/.secrets/gnupg; also fix GNUPG_HOME in gnupg/user-profile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | gnupg/user-profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnupg/user-profile b/gnupg/user-profile index 67cbb86..3736519 100644 --- a/gnupg/user-profile +++ b/gnupg/user-profile @@ -1,6 +1,6 @@ # -*- shell-script -*- -export GNUPGHOME=~/.var/lib/.gnupg +export GNUPGHOME=~/.var/lib/gnupg export GPG_KEY=69E7C5ED export GPG_KEYA=45668AAD |