1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-01-02 18:46:46 +01:00
ohmyzsh/plugins/watson/README.md

10 lines
191 B
Markdown
Raw Normal View History

# 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)
```