# zsh
## macOS
To use latest zsh, install `zsh` with Homebrew.
Then append to `/etc/shells`:
```txt
/usr/local/bin/zsh
```
Set default shell
chsh -s /usr/local/bin/zsh