Set tcsh autologout to 0

This commit is contained in:
Scott Ullrich 2007-04-21 21:28:18 +00:00
parent 01c0ece67b
commit 54aa1a51a2
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
# Give us a more informative prompt.
set prompt="%m\:%~# "
set prompt="%m\:%~# "
set autologout="0"