diff --git a/.bashrc b/.bashrc index 66b4c89..16dbac2 100644 --- a/.bashrc +++ b/.bashrc @@ -146,3 +146,7 @@ fi shopt -s autocd export VISUAL=vim export EDITOR="$VISUAL" + +if command -v kubectl &> /dev/null ; then + source <(kubectl completion bash) +fi