mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
11 lines
No EOL
331 B
Markdown
11 lines
No EOL
331 B
Markdown
# 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). |