mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
pass: update completion to upstream version (675a002e) (#6475)
This commit is contained in:
parent
c3984a7759
commit
389de86cf5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user