formatting + remove obsolete gpgconv
This commit is contained in:
6
.envrc
6
.envrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user