0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

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

Closes #6688
This commit is contained in:
Brahim Djoudi 2018-03-22 08:58:11 +01:00 committed by Marc Cornellà
parent 364e62155d
commit 1316b31764
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B

View file

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