osx/custompkg/root/etc/skel/.profile

6 lines
136 B
Plaintext
Raw Normal View History

2016-10-08 00:37:22 +00:00
# do not edit this file. put files in the dir below.
source ~/.bashrc
for FN in $HOME/Library/profile.d/*.sh ; do
2016-10-18 16:17:37 +00:00
source "$FN"
2016-10-08 00:37:22 +00:00
done