Create .profile
This commit is contained in:
parent
f48c24d2c6
commit
e7049e2c00
5
homedir.skel/.profile
Normal file
5
homedir.skel/.profile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
if [[ -d ~/.local/profile.d ]]; then
|
||||||
|
for FN in ~/.local/profile.d/*.sh ; do
|
||||||
|
source $FN
|
||||||
|
done
|
||||||
|
fi
|
Loading…
Reference in New Issue
Block a user