dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

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:
Mshell/env | 1+
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"