Add doctl autocompletion (#6501)

This commit is contained in:
Michal Halenka 2018-08-08 14:12:55 +02:00 committed by Marc Cornellà
parent 91d55dce11
commit 44473d785e

View File

@ -0,0 +1,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