5 lines
87 B
Plaintext
5 lines
87 B
Plaintext
|
if [[ -n "$(which-command kubectl)" ]]; then
|
||
|
source <( kubectl completion bash )
|
||
|
fi
|
||
|
|