Add PGP key id to .env

This commit is contained in:
David Tomaschik
2017-10-29 22:23:34 -07:00
parent 28d45d20da
commit 99670fd834

View File

@@ -22,4 +22,7 @@ fi
# For virtualenvwrapper # For virtualenvwrapper
export WORKON_HOME=$HOME/.virtualenvs export WORKON_HOME=$HOME/.virtualenvs
# GPG full key id
export GPG_ID=7FD58D9A196DCEEEAD671F94F4D7A7915DEA789B
if [[ -e $HOME/.localenv ]] ; then source $HOME/.localenv ; fi if [[ -e $HOME/.localenv ]] ; then source $HOME/.localenv ; fi