Set GPG_TTY

This commit is contained in:
Jeremy Dormitzer 2020-05-26 21:45:25 -04:00
parent 99d8cbedb4
commit 6268855336

View File

@ -41,3 +41,5 @@ export NVM_DIR="$HOME/.nvm"
export PIPENV_VERBOSITY=-1
export PIPENV_DONT_LOAD_ENV=1
export PIPENV_MAX_DEPTH=20
export GPG_TTY=$(tty)