Fix fish shell installation instructions (#105)
This commit is contained in:
parent
ef087b7625
commit
6ee554d9c5
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user