]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/doctl/doctl.plugin.zsh
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / doctl / doctl.plugin.zsh
1 # Autocompletion for doctl, the command line tool for DigitalOcean service
2 #
3 # doctl project: https://github.com/digitalocean/doctl
4 #
5 # Author: https://github.com/HalisCz
6
7 if [ $commands[doctl] ]; then
8   source <(doctl completion zsh)
9 fi