1
0
forked from sneak/hacks

add kubectl

This commit is contained in:
2018-03-06 18:05:22 -05:00
parent 377014b8df
commit e83d04d8b4
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
if which kubectl 2>&1 > /dev/null ; then
source <(kubectl completion bash)
fi