From b932448df7914d70682b64987c5e82c246f83f19 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 19 Sep 2012 15:49:38 +0200 Subject: No more push/pull in zsh script, either. --- contrib/pass.zsh-completion | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'contrib') diff --git a/contrib/pass.zsh-completion b/contrib/pass.zsh-completion index 5cf8808..bfe5dca 100644 --- a/contrib/pass.zsh-completion +++ b/contrib/pass.zsh-completion @@ -27,9 +27,7 @@ _pass () { "generate[Generate a new password using pwgen]" \ "edit[Edit a password with \$EDITOR]" \ "rm[Remove the password]" \ - "push[push the latest changes using git-push(1)]" \ - "pull[pull the latest changes using git-pull(1)]" \ - "git[Call git]" \ + "git[Call git on the password store]" \ "help[Help]" _pass_cmd_show fi -- cgit v1.2.3-59-g8ed1b