1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-08 00:10:41 +01:00

Differentiate default brew path for intel/arm macs (#28)

Devin Rhode
2023-03-23 12:11:30 -05:00
committed by GitHub
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
```