Change for different macOS versions

ArtixZ 2020-09-12 21:49:46 -07:00
parent 8c8bd3273a
commit f873506b48
1 changed files with 7 additions and 0 deletions

@ -38,9 +38,16 @@ you _might_ be OK. Preferably newer than or equal to `5.0`.**
brew install zsh brew install zsh
``` ```
To set zsh as your default shell, execute the following assuming a default install of Homebrew To set zsh as your default shell, execute the following assuming a default install of Homebrew
> Latest Mac OS version:
```
chsh -s /usr/local/bin/zsh
```
> Mac OS **High Sierra** and before:
``` ```
chsh -s /bin/zsh chsh -s /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
also use [MacPorts](https://www.macports.org/) also use [MacPorts](https://www.macports.org/)