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:
ridiculousfish 2012-06-10 01:35:30 -07:00
parent 6e65cfcc9a
commit 4e2c7c57d7

View file

@ -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
=======================