mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
pass: update completion to upstream version (675a002e) (#6475)
This commit is contained in:
parent
c3984a7759
commit
389de86cf5
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue