bash
I like/know bash more than csh, so it's time to install and use bash instead…
Proceedure
# cd /usr/ports/shells/bash
-
to set bash as the default shell for root, execute:
# chpass -s /usr/local/bin/bash
to set bash as the default for any other user, simply log in as them, and execute the above command
Reference Links