mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
feat(watson): add completion (#10886)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
parent
3705edf557
commit
13082bb159
2 changed files with 43 additions and 0 deletions
9
plugins/watson/README.md
Normal file
9
plugins/watson/README.md
Normal file
|
|
@ -0,0 +1,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)
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue