Create .profile
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user