Browse Source

feat(ant): enable colored output by default (#6688)

Closes #6688
Brahim Djoudi 6 years ago
parent
commit
1316b31764
1 changed files with 2 additions and 0 deletions
  1. 2 0
      plugins/ant/ant.plugin.zsh

+ 2 - 0
plugins/ant/ant.plugin.zsh

@@ -0,0 +1,2 @@
+# Default to colored output
+export ANT_ARGS='-logger org.apache.tools.ant.listener.AnsiColorLogger'