From 99670fd834404b6f5e6f7d92abb5d45ae6595575 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sun, 29 Oct 2017 22:23:34 -0700 Subject: [PATCH] Add PGP key id to .env --- dotfiles/env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/env b/dotfiles/env index eeb4b84..439a17b 100644 --- a/dotfiles/env +++ b/dotfiles/env @@ -22,4 +22,7 @@ fi # For virtualenvwrapper export WORKON_HOME=$HOME/.virtualenvs +# GPG full key id +export GPG_ID=7FD58D9A196DCEEEAD671F94F4D7A7915DEA789B + if [[ -e $HOME/.localenv ]] ; then source $HOME/.localenv ; fi