Fix conditional chaining
This commit is contained in:
parent
e26e2ca341
commit
3bd32071d8
@ -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:
|
||||
```bash
|
||||
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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user