summaryrefslogtreecommitdiff
path: root/plugins/watson/README.md
blob: ef734ec635b9cfc713cbeff17e605aee1d3efeb4 (plain)
1
2
3
4
5
6
7
8
9
# Watson

This plugin provides completion for [Watson](https://tailordev.github.io/Watson/).

To use it add `watson` to the plugins array in your zshrc file.

```zsh
plugins=(... watson)
```