diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-12-28 17:15:16 +0100 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-12-28 17:17:05 +0100 |
commit | 364e62155de53c3d977b54953a262d7a256d2cd5 (patch) | |
tree | 7e264766dd3201a3baab665b8d2e2e670cef4650 /plugins/ant/README.md | |
parent | 56de7c85f34a15a4490f4984e128dba78fcebfd3 (diff) | |
download | zsh-364e62155de53c3d977b54953a262d7a256d2cd5.tar.gz zsh-364e62155de53c3d977b54953a262d7a256d2cd5.tar.bz2 zsh-364e62155de53c3d977b54953a262d7a256d2cd5.zip |
refactor(ant): extract completion function
Diffstat (limited to 'plugins/ant/README.md')
-rw-r--r-- | plugins/ant/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ant/README.md b/plugins/ant/README.md index 5f88984ac..571237223 100644 --- a/plugins/ant/README.md +++ b/plugins/ant/README.md @@ -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) ``` |