From e323fbb41a1252d64ff3017b434b5da719ab4d48 Mon Sep 17 00:00:00 2001 From: Brian Mattern Date: Mon, 10 Sep 2012 18:05:40 -0700 Subject: default to 'show' command for zsh completion this allows completing password entries without explicitly typing 'show' --- contrib/pass.zsh-completion | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') 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 } -- cgit v1.2.3-59-g8ed1b