5 lines
116 B
Bash
5 lines
116 B
Bash
|
# do not edit this file. put files in the dir below.
|
||
|
for FN in $HOME/Library/bashrc.d/*.sh ; do
|
||
|
source $FN
|
||
|
done
|