]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zsh_pass
5825daf93204ae5941f6563248f0ed3a41c32cd6
[user/henk/vcsh/zsh.git] / .zsh_pass
1 compdef _pass mypass
2
3 zstyle ':completion::complete:mypass::' prefix "$HOME/Data/henksfiles/password-store"
4 mypass() {
5   PASSWORD_STORE_DIR=$HOME/Data/henksfiles/password-store pass $@
6 }
7