dotfiles/home/.bash_completion.d/kubectl

4 lines
73 B
Text
Raw Permalink Normal View History

2021-08-26 10:40:51 +02:00
if type doctl > /dev/null 2>&1; then
source <(doctl completion bash)
fi