From c501fbed36a3a7727bf63f43f6810bb330a9f7f2 Mon Sep 17 00:00:00 2001 From: Brahim Djoudi Date: Thu, 22 Mar 2018 08:58:11 +0100 Subject: [PATCH] Output colouring for Ant plugin --- plugins/ant/README.md | 6 ++++++ plugins/ant/ant.plugin.zsh | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 plugins/ant/README.md diff --git a/plugins/ant/README.md b/plugins/ant/README.md new file mode 100644 index 00000000..e2b9a0fe --- /dev/null +++ b/plugins/ant/README.md @@ -0,0 +1,6 @@ +# Ant plugin + +## Features + +- Completion +- Output colouring \ No newline at end of file diff --git a/plugins/ant/ant.plugin.zsh b/plugins/ant/ant.plugin.zsh index 0b738c94..d96376a5 100644 --- a/plugins/ant/ant.plugin.zsh +++ b/plugins/ant/ant.plugin.zsh @@ -14,3 +14,6 @@ _ant () { } compdef _ant ant + +# Output colouring: +export ANT_ARGS='-logger org.apache.tools.ant.listener.AnsiColorLogger'