Fix conditional chaining

This commit is contained in:
Maxim Veksler 2015-10-29 19:31:01 +02:00
parent e26e2ca341
commit 3bd32071d8

View File

@ -1264,7 +1264,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' \ sudo sh -c 'echo $(brew --prefix)/bin/zsh >> /etc/shells' && \
chsh -s $(brew --prefix)/bin/zsh chsh -s $(brew --prefix)/bin/zsh
``` ```