1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-07-12 03:55:21 +02:00

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

Closes 
This commit is contained in:
Brahim Djoudi
2018-03-22 08:58:11 +01:00
committed by Marc Cornellà
parent 364e62155d
commit 1316b31764

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