aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorBrian Mattern <rephorm@rephorm.com>2012-09-10 18:05:40 -0700
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-11 03:33:27 +0200
commite323fbb41a1252d64ff3017b434b5da719ab4d48 (patch)
tree05dfbf69107313ff77a76768f189230021f7e3d8
parentModifying zsh completion to work with OS X home dir location and sed (diff)
downloadpassword-store-e323fbb41a1252d64ff3017b434b5da719ab4d48.tar.xz
password-store-e323fbb41a1252d64ff3017b434b5da719ab4d48.zip
default to 'show' command for zsh completion
this allows completing password entries without explicitly typing 'show'
-rw-r--r--contrib/pass.zsh-completion1
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
}