diff --git a/setup/shell.md b/setup/shell.md index 74b2d55..03ab2e2 100644 --- a/setup/shell.md +++ b/setup/shell.md @@ -11,7 +11,7 @@ - Run `touch ~/.bash_profile` create the bash profile. - Run `subl ~/.bash_profile` to open up the bash profile in Sublime Text. - NOTE: M1 macs may run into errors at this stage when they try to switch to bash - if so, you'll need to do the following things in addition to running the steps above: + NOTE: M1 and M2 macs may run into errors at this stage when they try to switch to bash - if so, you'll need to do the following things in addition to running the steps above: - Go to 'System preferences' then 'Users & Groups' and right-click on the current admin profile. Click 'Advanced Options' - Under 'Login shell' change '/usr/local/bin/bash' to just say '/bin/bash' - Run `subl ~/.bash_profile` to open up the bash profile in Sublime Text. At the top of the file, paste `eval "$(/opt/homebrew/bin/brew shellenv)"`