config/.envrc

8 lines
248 B
Plaintext
Raw Normal View History

2023-01-03 12:14:11 +02:00
_gpgconv="gpg2 -d --quiet --yes --compress-algo=none --no-encrypt-to"
if [ "$(git config diff.gpg.textconv)" != "$_gpgconv" ]; then
git config diff.gpg.binary true
git config diff.gpg.textconv "$_gpgconv"
fi
2023-01-11 05:38:02 +02:00
export PASSWORD_STORE_DIR=$PWD