replace pass wrapper with environment file

This commit is contained in:
Gregor Michels 2022-06-26 23:17:20 +02:00
parent 7e9356464c
commit 0f79a64d94
2 changed files with 1 additions and 5 deletions

1
environment Normal file
View File

@ -0,0 +1 @@
PASSWORD_STORE_DIR=`pwd`/password-store; export PASSWORD_STORE_DIR

5
pass
View File

@ -1,5 +0,0 @@
#!/bin/sh
set -e
PASSWORD_STORE_DIR=`pwd`/password-store pass $@