Fix fish shell installation instructions (#105)

This commit is contained in:
Kishan Bagaria 2016-04-14 00:44:23 +05:30 committed by Marcel Bischoff
parent ef087b7625
commit 6ee554d9c5

View File

@ -1529,6 +1529,7 @@ chsh -s $(brew --prefix)/bin/bash
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 fish && \ brew install fish && \
echo $(brew --prefix)/bin/fish | sudo tee -a /etc/shells && \
chsh -s $(brew --prefix)/bin/fish chsh -s $(brew --prefix)/bin/fish
``` ```