mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Add doctl autocompletion (#6501)
This commit is contained in:
parent
91d55dce11
commit
44473d785e
1 changed files with 9 additions and 0 deletions
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 a new issue