osx/custompkg/root/etc/skel/.bashrc

5 lines
118 B
Bash
Raw Normal View History

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