README.md 188 Bytes
Newer Older
Erwan ROUSSEL's avatar
Erwan ROUSSEL committed
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)
```