Skip to content

Instantly share code, notes, and snippets.

@gearsdigital
Forked from anonymous/gist:1904282
Created March 2, 2012 14:41
Show Gist options
  • Save gearsdigital/1958811 to your computer and use it in GitHub Desktop.
Save gearsdigital/1958811 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