From 1337bc823edc9a720d2705e8c773f99e075e414c Mon Sep 17 00:00:00 2001 From: Alexander Gehrke Date: Mon, 17 Apr 2023 14:25:14 +0200 Subject: [PATCH] new: misc/pass, wrapper that enables extensions --- misc/pass | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 misc/pass diff --git a/misc/pass b/misc/pass new file mode 100755 index 0000000..a85f36b --- /dev/null +++ b/misc/pass @@ -0,0 +1,4 @@ +#!/bin/bash +source ${$(realpath "$0"):h:h}/lib/next-in-path.zsh +export PASSWORD_STORE_ENABLE_EXTENSIONS=true +$(next-in-path pass $0) $@