Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
pub:change_shell_to_bash_v4 [2021/07/09 10:02] – [macos change shell to bash, zsh] derek | pub:change_shell_to_bash_v4 [2023/08/09 16:57] (current) – removed derek | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> 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 ~/ | ||
- | # [[ -r "/ | ||
- | |||
- | |