4 lines
89 B
Text
4 lines
89 B
Text
if [[ -n "$(which-command 'kubectl')" ]]; then
|
|
source <( kubectl completion bash )
|
|
fi
|
|
|