mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 06:39:50 +00:00
refactor(ant): extract completion function
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
This plugin provides completion for [Ant](https://ant.apache.org/).
|
||||
|
||||
To use it add ant to the plugins array in your zshrc file.
|
||||
To use it, add `ant` to the plugins array in your zshrc file:
|
||||
|
||||
```bash
|
||||
```zsh
|
||||
plugins=(... ant)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user