docs: list full command to change default shell

This commit is contained in:
Aaron Raimist 2019-01-17 17:35:05 -06:00 committed by Fabian Homborg
parent 857561ca14
commit 1398ee9bbb

View file

@ -696,7 +696,7 @@ vim
If you wish to use fish (or any other shell) as your default shell,
you need to enter your new shell's executable `/usr/local/bin/fish` in two places:
- add `/usr/local/bin/fish` to `/etc/shells`
- change your default shell with `chsh -s` to `/usr/local/bin/fish`
- change your default shell with `chsh -s /usr/local/bin/fish`
You can use the following commands for this: