Commit 78935f7c authored by Erwan ROUSSEL's avatar Erwan ROUSSEL Committed by Marc Cornellà
Browse files

ant: add README (#7375)

parent 30125e10
# Ant
This plugin provides completion for [Ant](https://ant.apache.org/).
To use it add ant to the plugins array in your zshrc file.
```bash
plugins=(... ant)
```
It caches ant targets in a file named `.ant_targets`, you might want to add that to
your `.gitignore` file.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment