mirror of https://github.com/ohmyzsh/ohmyzsh.git
changed path for ```chsh``` because it points to an older system installed version of zsh instead of the newly Homebrew installed zsh
parent
16ffb33c05
commit
2916b4061a
|
@ -37,9 +37,9 @@ you _might_ be OK. Preferably newer than or equal to `5.0`.**
|
|||
```sh
|
||||
brew install zsh
|
||||
```
|
||||
To set zsh as your default shell, execute the following for **macOS High Sierra**
|
||||
To set zsh as your default shell, execute the following assuming a default install of Homebrew
|
||||
```
|
||||
chsh -s /bin/zsh
|
||||
chsh -s /usr/local/bin/zsh
|
||||
```
|
||||
Assuming you have [Homebrew](http://brew.sh/) installed. If not, most versions of
|
||||
**macOS** ship zsh by default, but it's normally an older version. Alternatively, you may
|
||||
|
|
Loading…
Reference in New Issue