Shell

Aug 11, 2022
seed

# How to change shell

Reference: https://www.howtogeek.com/444596/how-to-change-the-default-shell-to-bash-in-macos-catalina/

List all available shells:

cat /etc/shells

Chose one you like and then switch to the one you chose. For example Bash:

chsh -s /bin/bash