freebsd set bash default shell
First you need to figure out where bash was installed:
$ which bash
/usr/local/bin/bash
Now use chsh as show below
$chsh -s /usr/local/bin/bash
Password:
chsh: user information updated
$ which bash
$chsh -s /usr/local/bin/bash
Password:
chsh: user information updated