From bdbb6f77ee08100d6d4e49375f30d2253d538cd4 Mon Sep 17 00:00:00 2001 From: Sam King Date: Mon, 15 Jul 2013 23:37:33 -0700 Subject: [PATCH] Added better note on login file --- login | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/login b/login index 3a55899..abfe7c3 100644 --- a/login +++ b/login @@ -1,5 +1,11 @@ -# use zsh instead of csh if we are using an interactive shell and zsh exists +# Use zsh instead of csh if we are using an interactive shell and zsh exists +# +# This script is only necessary for people who use systems that +# * set their default shell to csh +# * don't let them configure their default shell +# # Checking that the prompt is defined is necessary because otherwise, the bootup # shell when physically logging in to a cluster computer won't boot. +# # CUSTOMIZE(shell) if ( $?prompt && -f /bin/zsh) exec /bin/zsh -l