This is an old revision of the document!
template
macos change shell to bash, zsh
see what shells are available
cat /etc/shells
check bash version
bash --version
install latest bash
brew install bash bash-completion # add this line to ~/.bash_profile # [[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh"