0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

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. # 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: # If you use multiple repositories, you can configure completion like this:
# #
# compdef _pass workpass # compdef _pass workpass