Output colouring for Ant plugin

This commit is contained in:
Brahim Djoudi 2018-03-22 08:58:11 +01:00
parent 0cec462621
commit c501fbed36
2 changed files with 9 additions and 0 deletions

6
plugins/ant/README.md Normal file
View File

@ -0,0 +1,6 @@
# Ant plugin
## Features
- Completion
- Output colouring

View File

@ -14,3 +14,6 @@ _ant () {
}
compdef _ant ant
# Output colouring:
export ANT_ARGS='-logger org.apache.tools.ant.listener.AnsiColorLogger'