If you’d like to change your shell to bash you can first view your shell by entering the following at the command line:
- echo $SHELL
To change your shell to bash you’ll need to know it’s location. For FreeBSD enter the following to change your shell:
- chsh -s /usr/local/bin/bash