From b82f0b7c957705f9c89302f38658d0560897d782 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 13 Apr 2018 22:35:24 +0200 Subject: [PATCH] Add better taskwarrior completion --- zshrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 11c3787..341efff 100644 --- a/zshrc +++ b/zshrc @@ -290,7 +290,7 @@ alias sctl="systemctl" alias jctl="journalctl" # Taskwarrior {{{ -# +## Aliases alias wtask="task +work | head" alias t="task" alias tawa="task waiting" @@ -309,6 +309,11 @@ function tasec() { task $search all; } +## Completion +zstyle ':completion:*:*:task:*' verbose yes +zstyle ':completion:*:*:task:*:descriptions' format '%U%B%d%b%u' +zstyle ':completion:*:*:task:*' group-name '' + # }}} # DebOps {{{