.bash_ additional things to add to my .bash_profile In ~/.bash_profile: ```sh` for f in .bash_/profile.*; do . $f; done;