diff options
author | Brian Mattern <rephorm@rephorm.com> | 2012-09-10 18:05:40 -0700 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-11 03:33:27 +0200 |
commit | e323fbb41a1252d64ff3017b434b5da719ab4d48 (patch) | |
tree | 05dfbf69107313ff77a76768f189230021f7e3d8 | |
parent | c89eda08a12a20bb9b8aebb36bddcf929f2ca97f (diff) | |
download | pass-e323fbb41a1252d64ff3017b434b5da719ab4d48.tar.gz pass-e323fbb41a1252d64ff3017b434b5da719ab4d48.tar.bz2 pass-e323fbb41a1252d64ff3017b434b5da719ab4d48.zip |
default to 'show' command for zsh completion
this allows completing password entries without explicitly typing 'show'
-rw-r--r-- | contrib/pass.zsh-completion | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pass.zsh-completion b/contrib/pass.zsh-completion index dfd0894..67ed2f3 100644 --- a/contrib/pass.zsh-completion +++ b/contrib/pass.zsh-completion @@ -30,6 +30,7 @@ _pass () { "pull[pull the latest changes using git-pull(1)]" \ "git[Call git]" \ "help[Help]" + _pass_cmd_show fi } |