summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorBrahim Djoudi <jolkdarr@netscape.net>2018-03-22 08:58:11 +0100
committerMarc Cornellà <hello@mcornella.com>2021-12-28 17:17:16 +0100
commit1316b31764826e348d2f4753c2b7a8e6ffe4441c (patch)
tree4d10e2cf44503da0b1cbebae36312ec7a87584a9 /plugins
parent364e62155de53c3d977b54953a262d7a256d2cd5 (diff)
downloadzsh-1316b31764826e348d2f4753c2b7a8e6ffe4441c.tar.gz
zsh-1316b31764826e348d2f4753c2b7a8e6ffe4441c.tar.bz2
zsh-1316b31764826e348d2f4753c2b7a8e6ffe4441c.zip
feat(ant): enable colored output by default (#6688)
Closes #6688
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ant/ant.plugin.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ant/ant.plugin.zsh b/plugins/ant/ant.plugin.zsh
new file mode 100644
index 000000000..5f6382521
--- /dev/null
+++ b/plugins/ant/ant.plugin.zsh
@@ -0,0 +1,2 @@
+# Default to colored output
+export ANT_ARGS='-logger org.apache.tools.ant.listener.AnsiColorLogger'