aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/pass.zsh-completion
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-09-19 15:49:38 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-19 15:49:38 +0200
commitb932448df7914d70682b64987c5e82c246f83f19 (patch)
tree7e1fbfc3ada5fc5c8e7fdb62c46629835765f223 /contrib/pass.zsh-completion
parentSince we're using batch mode, we can read directly. (diff)
downloadpassword-store-b932448df7914d70682b64987c5e82c246f83f19.tar.xz
password-store-b932448df7914d70682b64987c5e82c246f83f19.zip
No more push/pull in zsh script, either.
Diffstat (limited to 'contrib/pass.zsh-completion')
-rw-r--r--contrib/pass.zsh-completion4
1 files changed, 1 insertions, 3 deletions
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