conf2/zsh/.oh-my-zsh/plugins/doctl/doctl.plugin.zsh

10 lines
238 B
Bash
Raw Normal View History

2019-01-12 15:47:23 +00:00
# Autocompletion for doctl, the command line tool for DigitalOcean service
#
# doctl project: https://github.com/digitalocean/doctl
#
# Author: https://github.com/HalisCz
if [ $commands[doctl] ]; then
source <(doctl completion zsh)
fi