aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-10 01:35:30 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-10 01:35:30 -0700
commit4e2c7c57d7df1d4975a87d8ddedb8ecc6d44c4d6 (patch)
tree8efca11a98cc8b68bbfe6700e78d3bd01fb90cc0 /INSTALL
parent6e65cfcc9a0ccc9eb1cefd688158cc2b849f5d06 (diff)
Add text to INSTALL describing how to go back to the old shell.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 3a039fb2..9fbb5402 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
=======================