1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-29 14:44:46 +01:00

feat(watson): add completion (#10886)

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
Till Backhaus
2022-12-16 12:46:34 +01:00
committed by GitHub
parent 3705edf557
commit 13082bb159
2 changed files with 43 additions and 0 deletions

9
plugins/watson/README.md Normal file
View 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)
```