Files
osx/custompkg/root/etc/skel/Library/.profile
2016-10-07 20:42:45 -04:00

6 lines
134 B
Bash

# do not edit this file. put files in the dir below.
source ~/.bashrc
for FN in $HOME/Library/profile.d/*.sh ; do
source $FN
done