attempting to fix bug

This commit is contained in:
Jeffrey Paul 2016-10-18 12:17:37 -04:00
parent f9109b9026
commit 95522e7ac7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# do not edit this file. put files in the dir below.
for FN in $HOME/Library/bashrc.d/*.sh ; do
source $FN
source "$FN"
done

View File

@ -1,5 +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
source "$FN"
done