mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 02:10:08 +00:00
9 lines
239 B
Markdown
9 lines
239 B
Markdown
## Scaleway CLI plugin
|
|
|
|
This plugin adds completion for [scw](https://github.com/scaleway/scaleway-cli), the command line interface for Scaleway.
|
|
|
|
To use it, add `scw` to the plugins array in your zshrc file:
|
|
|
|
```zsh
|
|
plugins=(... scw)
|
|
```
|