move homedir.skel into provisioning dir

This commit is contained in:
2018-03-06 18:08:31 -05:00
parent 108b46f039
commit 905c10593f
8 changed files with 1 additions and 1 deletions

View File

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