Differences

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

Link to this comparison view

Next revision
Previous revision
pub:change_shell_to_bash_v4 [2021/07/09 10:00] – created 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 
  
-see what shells are available 
-  cat /etc/shells 
- 
-check bash version 
-  bash --version 
- 
-install latest bash  
-  brew install bash bash-completion 
-   
-