password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit e323fbb41a1252d64ff3017b434b5da719ab4d48
parent c89eda08a12a20bb9b8aebb36bddcf929f2ca97f
Author: Brian Mattern <rephorm@rephorm.com>
Date:   Mon, 10 Sep 2012 18:05:40 -0700

default to 'show' command for zsh completion

this allows completing password entries without explicitly typing 'show'

Diffstat:
Mcontrib/pass.zsh-completion | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 }