]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/ant/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / ant / README.md
1 # Ant
2
3 This plugin provides completion for [Ant](https://ant.apache.org/).
4
5 To use it, add `ant` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... ant)
9 ```
10
11 It caches ant targets in a file named `.ant_targets`, you might want to add that to
12 your `.gitignore` file.