profile: Make GPG behave

This commit is contained in:
Andrea Rogers 2025-01-22 02:55:13 -06:00
commit 3547f0b2ea
No known key found for this signature in database
GPG key ID: A10C546B7B2DFD68
2 changed files with 6 additions and 0 deletions

View file

@ -22,3 +22,6 @@ command -v uname >/dev/null &&
;
export EDITOR=`which vim`
# Make GPG and Git signing behave!
export GPG_TTY=$(tty)