changed path for ```chsh``` because it points to an older system installed version of zsh instead of the newly Homebrew installed zsh

IanGC 2020-06-01 12:53:55 -04:00
parent 16ffb33c05
commit 2916b4061a
1 changed files with 2 additions and 2 deletions

@ -37,9 +37,9 @@ you _might_ be OK. Preferably newer than or equal to `5.0`.**
```sh ```sh
brew install zsh 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 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 **macOS** ship zsh by default, but it's normally an older version. Alternatively, you may