Change user shell on Mac OS X
I am used to using ksh on my *BSD box. I have configured a tweaked .profile with colors and aliases. I already used it with the default bash. But today, I want to switch to ksh on the Mac too.
And that’s quite simple:
# chsh -s /bin/ksh
That’s All!