new: misc/pass, wrapper that enables extensions

This commit is contained in:
Alexander Gehrke 2023-04-17 14:25:14 +02:00
parent a0958e3147
commit 1337bc823e

4
misc/pass Executable file
View file

@ -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) $@