dotfiles/home/.bash_completion.d/kubectl

3 lines
73 B
Text

if type doctl > /dev/null 2>&1; then
source <(doctl completion bash)
fi