Add .bashrc to your OSX user profile ------------------------------------- 2005-11-11 1. Create .bash_profile ---BEGIN--- if [ -f ~/.bashrc ]; then . ~/.bashrc fi ----END---- 2. Create .bashrc ---BEGIN--- alias ll='ls -l' ----END---- 3. logoff, logon, enjoy.