these files were in the wrong location

This commit is contained in:
2016-10-07 20:52:18 -04:00
parent 851599edfe
commit 6634ea8da6
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# 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