Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
pub:change_shell_to_bash_v4 [2021/07/09 10:02] – [macos change shell to bash, zsh] derekpub: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 ~/.bash_profile 
-  # [[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh" 
- 
-