From 4e2c7c57d7df1d4975a87d8ddedb8ecc6d44c4d6 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 10 Jun 2012 01:35:30 -0700 Subject: [PATCH] Add text to INSTALL describing how to go back to the old shell. This was requested in https://github.com/ridiculousfish/fishfish/pull/92 --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL b/INSTALL index 3a039fb21..9fbb54025 100644 --- a/INSTALL +++ b/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 =======================