Added bash completition for kubectl
This commit is contained in:
parent
66b3294508
commit
ab2115ec53
1 changed files with 4 additions and 0 deletions
4
.bashrc
4
.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
|
||||
|
|
Loading…
Reference in a new issue