If you run bash, OSX doesn't loading your .bashrc file. The first looks for /etc/profile and then it looks in the following for the first available one:
- ~/.bash_profile
- ~/.bash_login
- ~/.profile
If you keep your file in a .bashrc file then probably the best way is to source it from .bash_profile.
No comments:
Post a Comment