I'm not quite ready for Bash-it and would like to go back to the original CLI. Any advice on how to remove Bash-it would be awesome. Thank you.
Edit: Would love to know why I'm getting down voted so I don't make the same mistake twice.
To change default shell
System Preferences > Users & Groups > click the lock to make changes > right click (or Control click) on current user image > choose "Advanced Options"
You'll then see an option that will allow you to change the default shell. Once you reset the shell it it will change to the selected shell.
This can also be done in terminal with:
sudo chsh shell user
where shell is the shell you'd like to use (zsh,bash), and user in your case is waymond.
If you use iTerm, you'll also have further options for selecting the default shell depending on which shell you'd like to open in a new window. Command + ,
will get you to these preferences.
I'm not familiar with bash_it specifically as a shell and haven't found any explicit removal tools. Every shell spreads it branches slightly differently so it's tricky to follow another shells removal instructions -- for example Fish: source