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