mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 13:23:09 +00:00
docs: list full command to change default shell
This commit is contained in:
parent
857561ca14
commit
1398ee9bbb
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue