Merge pull request #58 from maximveksler/patch-1

Setting zsh as default shell on El Capitan
This commit is contained in:
Marcel Bischoff 2015-11-04 14:04:04 +01:00
commit 424ceea30b

View File

@ -1323,6 +1323,7 @@ shell for OS X, Linux, and the rest of the family.
Install the latest version and set as current users' default shell:
```bash
brew install zsh && \
sudo sh -c 'echo $(brew --prefix)/bin/zsh >> /etc/shells' && \
chsh -s $(brew --prefix)/bin/zsh
```