formatting + remove obsolete gpgconv

This commit is contained in:
2023-04-14 22:54:02 +03:00
parent 867eb0ec77
commit 011068f5cc
2 changed files with 6 additions and 7 deletions

6
.envrc
View File

@@ -1,9 +1,3 @@
_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
export PASSWORD_STORE_DIR=$PWD
if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then