Added bash completition for kubectl

This commit is contained in:
Przemysław Grondek 2020-10-02 14:44:14 +02:00
parent 66b3294508
commit ab2115ec53

View File

@ -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