pass: fake fake
This commit is contained in:
3
.envrc
3
.envrc
@@ -1,3 +1,4 @@
|
||||
|
||||
_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
|
||||
@@ -5,3 +6,5 @@ if [ "$(git config diff.gpg.textconv)" != "$_gpgconv" ]; then
|
||||
fi
|
||||
|
||||
export PASSWORD_STORE_DIR=$PWD/secrets
|
||||
export REAL_PASS=$(which pass)
|
||||
PATH_add tools
|
||||
|
||||
Reference in New Issue
Block a user