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