mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Add text to INSTALL describing how to go back to the old shell.
This was requested in https://github.com/ridiculousfish/fishfish/pull/92
This commit is contained in:
parent
6e65cfcc9a
commit
4e2c7c57d7
1 changed files with 5 additions and 0 deletions
5
INSTALL
5
INSTALL
|
@ -53,6 +53,11 @@ following command:
|
|||
|
||||
chsh will prompt you for your password, and change your default shell.
|
||||
|
||||
To switch your default shell back, you can run:
|
||||
|
||||
% chsh -s /bin/bash
|
||||
|
||||
Substitute /bin/bash with /bin/tcsh or /bin/zsh as appropriate.
|
||||
|
||||
Local install procedure
|
||||
=======================
|
||||
|
|
Loading…
Reference in a new issue