6 lines
136 B
Bash
6 lines
136 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
|