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,5 @@
if [[ -d ~/.local/profile.d ]]; then
for FN in ~/.local/profile.d/*.sh ; do
source $FN
done
fi