ZSH completion for DigitalOcean CI
ZSH completion for DigitalOcean CI (doctl)
Clone thise repository under current workspace
git clone https://github.com/chengjk84/doctl-zsh-completion
cd ./doctl-zsh-completion
cp -r ./doctl ~/.oh-my-zsh/custom/plugins/
Load the plugin on .zshrc
plugins+=(doctl)
Restart your terminal emulator or source the .zshrc
file
source ~/.zshrc