Add doctl autocompletion
This commit is contained in:
parent
c3b072eace
commit
abd037691b
9
plugins/doctl/doctl.plugin.zsh
Normal file
9
plugins/doctl/doctl.plugin.zsh
Normal 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
|
Loading…
Reference in New Issue
Block a user