mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-22 18:13:17 +08:00
Differentiate default brew path for intel/arm macs (#28)
parent
28cf271784
commit
4a1da0a4d8
@ -49,6 +49,14 @@ To set zsh as your default shell, execute the following assuming a default insta
|
||||
|
||||
- Recent macOS versions:
|
||||
|
||||
For m1 macs:
|
||||
|
||||
```sh
|
||||
chsh -s /opt/homebrew/bin/zsh
|
||||
```
|
||||
|
||||
For intel macs:
|
||||
|
||||
```sh
|
||||
chsh -s /usr/local/bin/zsh
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user