mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Output colouring for Ant plugin
This commit is contained in:
parent
0cec462621
commit
c501fbed36
2 changed files with 9 additions and 0 deletions
6
plugins/ant/README.md
Normal file
6
plugins/ant/README.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Ant plugin
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Completion
|
||||||
|
- Output colouring
|
||||||
|
|
@ -14,3 +14,6 @@ _ant () {
|
||||||
}
|
}
|
||||||
|
|
||||||
compdef _ant ant
|
compdef _ant ant
|
||||||
|
|
||||||
|
# Output colouring:
|
||||||
|
export ANT_ARGS='-logger org.apache.tools.ant.listener.AnsiColorLogger'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue