Skip to content

Instantly share code, notes, and snippets.

Created February 24, 2012 22:42
Show Gist options
  • Save anonymous/1904282 to your computer and use it in GitHub Desktop.
Save anonymous/1904282 to your computer and use it in GitHub Desktop.
Ant With Colors in OS X Terminal
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
ant () { command ant -logger org.apache.tools.ant.listener.AnsiColorLogger "$@" | sed 's/2;//g' ; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment