5 lines
118 B
Bash
5 lines
118 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
|