rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2fddb8ce4d38f008bd6a8670ebe295d5f533f167
parent 7b921730d39d2effc3cf3690747b7a7495cd0be6
Author: Mark Feller <mjfeller1992@gmail.com>
Date:   Sun, 27 Sep 2020 15:19:55 -0600

set gnupg home directory

Diffstat:
Mdots/.zshenv | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dots/.zshenv b/dots/.zshenv @@ -9,7 +9,7 @@ export XDG_CACHE_HOME=$HOME/.cache export PATH=$PATH:$HOME/.local/bin/ export PATH=$PATH:/usr/local/bin -export EDITOR=vi +export EDITOR=vim export SHELL=zsh export TERMINAL=alacritty export PAGER=less @@ -33,3 +33,5 @@ export LC_ALL=C export PASH_CLIP=pbcopy export PASH_TIMEOUT=off + +export GNUPGHOME=$HOME/.local/share/gnupg