hacks/provision.workbox/homedir.skel/.local/profile.d/100.kubectl-completion.sh

4 lines
82 B
Bash
Raw Normal View History

2018-03-06 23:05:22 +00:00
if which kubectl 2>&1 > /dev/null ; then
source <(kubectl completion bash)
fi