mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
Initiate README for stratus autocompletion plugin
This commit is contained in:
parent
c0319f9ab7
commit
9b6e37d7b7
1 changed files with 11 additions and 0 deletions
11
plugins/stratus/README.md
Normal file
11
plugins/stratus/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
# Stratus plugin
|
||||||
|
|
||||||
|
This plugin adds completion for the [Stratus Red Team](https://stratus-red-team.cloud/).
|
||||||
|
|
||||||
|
To use it, add `stratus` to the plugins array in your zshrc file:
|
||||||
|
|
||||||
|
```zsh
|
||||||
|
plugins=(... stratus)
|
||||||
|
```
|
||||||
|
|
||||||
|
Reference: Stratus Red Team [autocompletion](https://stratus-red-team.cloud/user-guide/commands/autocompletion/#manually).
|
||||||
Loading…
Add table
Add a link
Reference in a new issue