aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/completions/zsh/_keyringer
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-11-14 10:41:59 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-11-14 10:41:59 -0200
commitee608b62742a05721256e50d4759da32f8be46fa (patch)
treea98e3ea67fe626a31e9621ad0c2cf1160df4fe67 /lib/keyringer/completions/zsh/_keyringer
parented00f6872b654cdef1f7eba1e5d08020cbb91bd8 (diff)
downloadkeyringer-ee608b62742a05721256e50d4759da32f8be46fa.tar.gz
keyringer-ee608b62742a05721256e50d4759da32f8be46fa.tar.bz2
Enhancing shell completion for 'encrypt' action
Diffstat (limited to 'lib/keyringer/completions/zsh/_keyringer')
-rw-r--r--lib/keyringer/completions/zsh/_keyringer3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/keyringer/completions/zsh/_keyringer b/lib/keyringer/completions/zsh/_keyringer
index 119d26d..50ff433 100644
--- a/lib/keyringer/completions/zsh/_keyringer
+++ b/lib/keyringer/completions/zsh/_keyringer
@@ -77,6 +77,9 @@ _keyringer() {
git)
compadd "$@" $(_keyringer_git_complete $words[4] $words[5])
;;
+ encrypt|encrypt-batch)
+ _files
+ ;;
*)
;;
esac