pass: update completion to upstream version (675a002e) (#6475)

This commit is contained in:
Sven Hergenhahn 2020-02-28 20:29:44 +01:00 committed by GitHub
parent c3984a7759
commit 389de86cf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,14 @@
# Please visit https://git.zx2c4.com/password-store/tree/COPYING for more information.
# If you use multiple repositories, you can configure completion like this:
#
# compdef _pass workpass
# zstyle ':completion::complete:workpass::' prefix "$HOME/work/pass"
# workpass() {
# PASSWORD_STORE_DIR=$HOME/work/pass pass $@
# }
# If you use multiple repositories, you can configure completion like this:
#
# compdef _pass workpass