Unverified Commit 389de86c authored by Sven Hergenhahn's avatar Sven Hergenhahn Committed by GitHub
Browse files

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

parent c3984a77
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment