Merge pull request #58 from maximveksler/patch-1
Setting zsh as default shell on El Capitan
This commit is contained in:
commit
424ceea30b
@ -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:
|
Install the latest version and set as current users' default shell:
|
||||||
```bash
|
```bash
|
||||||
brew install zsh && \
|
brew install zsh && \
|
||||||
|
sudo sh -c 'echo $(brew --prefix)/bin/zsh >> /etc/shells' && \
|
||||||
chsh -s $(brew --prefix)/bin/zsh
|
chsh -s $(brew --prefix)/bin/zsh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user