How do I "source" a directory? ie: How might I have a line in my "~/.bash_profile" that automatically runs "source ~/.bash_profile_pieces/*" where the "*" evaluates to each file in ~/.bash_profile_pieces/"? I tried running it with the star and it only 'sourced' the first file (alphabetically). Any help would be appreciated. ~Matt