Add doctl autocompletion

This commit is contained in:
Michal Halenka 2017-12-20 14:35:20 +01:00
parent c3b072eace
commit abd037691b

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