aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pass/.config/environment.d
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-02-18 00:52:46 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-02-18 00:52:46 -0600
commit6fb4ca724aa3b9214a45fa07472d789db0598626 (patch)
treefa2160e75f55bde59c5bc8f87629067332e199e1 /pass/.config/environment.d
parent4fdabfaaa7581f47151f67f1ebd798dc6367a0fe (diff)
feat(pass): add install script and fix GPG args
Diffstat (limited to 'pass/.config/environment.d')
-rw-r--r--pass/.config/environment.d/50-password-store.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/pass/.config/environment.d/50-password-store.conf b/pass/.config/environment.d/50-password-store.conf
index 82a9c1e..064828b 100644
--- a/pass/.config/environment.d/50-password-store.conf
+++ b/pass/.config/environment.d/50-password-store.conf
@@ -1,2 +1,3 @@
PASSWORD_STORE_DIR=$XDG_DATA_HOME/pass
PASSWORD_STORE_ENABLE_EXTENSIONS=true
+PASSWORD_STORE_GPG_OPTS="--no-throw-keyids"