misc/pass: s/bash/zsh
This commit is contained in:
parent
1337bc823e
commit
8fb8af475a
|
@ -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) $@
|
||||||
|
|
Loading…
Reference in a new issue