From bcb26001c5a4e009262230e2746780e72f587daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Tue, 5 Apr 2016 20:41:36 +0200 Subject: [PATCH] added maven completions config --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zshrc b/.zshrc index f5326fc..57dd175 100644 --- a/.zshrc +++ b/.zshrc @@ -97,6 +97,11 @@ zstyle ':completion:*:scp:*' hosts $(list-ssh-hosts) zstyle ':completion:*:ssh:*' users # disables users completion zstyle ':completion:*:scp:*' users # disables users completion +# maven completions (from zsh-users/zsh-completions) +zstyle ':completion:*:*:mvn:*:matches' group 'yes' +zstyle ':completion:*:*:mvn:*:options' description 'yes' +zstyle ':completion:*:*:mvn:*:options' auto-description '%d' + # Always do mid-word tab completion setopt complete_in_word