blob: a81e90b0a435fb6f9eba528306f3d353389aa7e8 (
plain)
1
2
3
4
5
6
7
8
9
|
# Doctl
This plugin provides completion for [Doctl](https://github.com/digitalocean/doctl).
To use it add doctl to the plugins array in your zshrc file.
```bash
plugins=(... doctl)
```
|