Create .profile

This commit is contained in:
Jeffrey Paul 2018-03-06 16:46:55 -05:00 committed by GitHub
parent f48c24d2c6
commit e7049e2c00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
homedir.skel/.profile Normal file
View File

@ -0,0 +1,5 @@
if [[ -d ~/.local/profile.d ]]; then
for FN in ~/.local/profile.d/*.sh ; do
source $FN
done
fi