misc/pass: s/bash/zsh

This commit is contained in:
Alexander Gehrke 2023-04-17 14:50:22 +02:00
parent 1337bc823e
commit 8fb8af475a

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/zsh
source ${$(realpath "$0"):h:h}/lib/next-in-path.zsh source ${$(realpath "$0"):h:h}/lib/next-in-path.zsh
export PASSWORD_STORE_ENABLE_EXTENSIONS=true export PASSWORD_STORE_ENABLE_EXTENSIONS=true
$(next-in-path pass $0) $@ $(next-in-path pass $0) $@