1
0
forked from sneak/hacks
Files
hacks/homedir.skel/.local/profile.d/100.kubectl-completion.sh
2018-03-06 18:05:22 -05:00

4 lines
82 B
Bash

if which kubectl 2>&1 > /dev/null ; then
source <(kubectl completion bash)
fi