1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01: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

View File

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