Bash startup script in OSX
If you’re coming from Linux, and you’re looking for .bashrc in OSX, you’re not gonna find it–at the time I wrote this, the OSX is version 10.5.7 (Leopard)–you can find the bash initialization files in 2 places; in ~/.profile and /etc/profile.
~/.profile-the tilde (~) is a shortcut to /Users/yourloginname, so you will find this file [...]