From 78935f7cf74e5092002dc66df875879aea502c86 Mon Sep 17 00:00:00 2001 From: Erwan ROUSSEL Date: Thu, 1 Nov 2018 15:17:25 +0100 Subject: [PATCH] ant: add README (#7375) --- plugins/ant/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/ant/README.md diff --git a/plugins/ant/README.md b/plugins/ant/README.md new file mode 100644 index 00000000..5f88984a --- /dev/null +++ b/plugins/ant/README.md @@ -0,0 +1,12 @@ +# 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.