bash
I finally got sick of not having proper shell redirection, and set my Mac OS X box to use bash as my shell. Basically, I ran: .bash_profile and .bashrc (using source /sw/bin/init.sh instead of .csh for the fink init file), and set my prefs to use the right shell. For this, I ran:
fink selfupdateThen I just needed to set up
fink update-all
fink install bash
sudo niutil -createprop /Then in Terminal.app I set it to use the default login for this user./users/pudge shell /sw/bin/bash
Leave a comment