]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/doctl/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / doctl / README.md
1 # Doctl
2
3 This plugin provides completion for [Doctl](https://github.com/digitalocean/doctl).
4
5 To use it add doctl to the plugins array in your zshrc file.
6
7 ```bash
8 plugins=(... doctl)
9 ```