It is unbelievable how OSX 10.6 comes without .bashrc by default.
To enable it, just add the string
[ -r $HOME/.bashrc ] && source $HOME/.bashrc
to your /etc/profile.
It is unbelievable how OSX 10.6 comes without .bashrc by default.
To enable it, just add the string
[ -r $HOME/.bashrc ] && source $HOME/.bashrc
to your /etc/profile.
Leave a comment
Comments feed for this article