commit 98c68c2422e066a4ddd1243c6e5e63bd6a9c2328
parent 57266b4c7006781f2ad1be9b8f4cced5b2f235ee
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Tue, 27 Oct 2020 11:35:32 +0100
shell: move gnupg home to .config
Former-commit-id: 3ff843e66919be806c0ec5c65127b912c692dca7
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/shell/env b/shell/env
@@ -30,3 +30,4 @@ export GHCUP_INSTALL_BASE_PREFIX="$HOME/.config"
export ZDOTDIR="$HOME/.config/zsh"
export GEM_HOME="$HOME/.local/share/gems"
export NOTMUCH_CONFIG="$HOME/.config/notmuch/config"
+export GNUPGHOME="$HOME/.config/gnupg"