summaryrefslogtreecommitdiff
path: root/plugins/doctl/doctl.plugin.zsh
blob: d23ed085c091249667bc069ece42a1dedfeb9ecd (plain)
1
2
3
4
5
6
7
8
9
# 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