mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 17:53:49 +01:00
d6658f9af3
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
10 lines
197 B
Markdown
10 lines
197 B
Markdown
# Struoe
|
|
|
|
This plugin provides completion for the [Stripe CLI](https://stripe.com/docs/stripe-cli).
|
|
|
|
To use it add stripe to the plugins array in your zshrc file.
|
|
|
|
```bash
|
|
plugins=(... stripe)
|
|
```
|