forked from sneak/hacks
add kubectl
This commit is contained in:
3
homedir.skel/.local/profile.d/100.kubectl-completion.sh
Normal file
3
homedir.skel/.local/profile.d/100.kubectl-completion.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
if which kubectl 2>&1 > /dev/null ; then
|
||||
source <(kubectl completion bash)
|
||||
fi
|
||||
Reference in New Issue
Block a user