mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-09 00:40:41 +01:00
Differentiate default brew path for intel/arm macs (#28)
@@ -49,6 +49,14 @@ To set zsh as your default shell, execute the following assuming a default insta
|
|||||||
|
|
||||||
- Recent macOS versions:
|
- Recent macOS versions:
|
||||||
|
|
||||||
|
For m1 macs:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
chsh -s /opt/homebrew/bin/zsh
|
||||||
|
```
|
||||||
|
|
||||||
|
For intel macs:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
chsh -s /usr/local/bin/zsh
|
chsh -s /usr/local/bin/zsh
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user