mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Mention /etc/shells in README.md
This commit is contained in:
parent
4280df3aa2
commit
ce719a700c
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ If you wish to use fish as your default shell, use the following command:
|
||||||
|
|
||||||
chsh -s /usr/local/bin/fish
|
chsh -s /usr/local/bin/fish
|
||||||
|
|
||||||
chsh will prompt you for your password, and change your default shell.
|
chsh will prompt you for your password, and change your default shell. Substitute "/usr/local/bin/fish" with whatever path to fish is in your /etc/shells file.
|
||||||
|
|
||||||
To switch your default shell back, you can run:
|
To switch your default shell back, you can run:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue