diff options
-rw-r--r-- | root/.tcshrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/root/.tcshrc b/root/.tcshrc index 9648c4e..e34fbe8 100644 --- a/root/.tcshrc +++ b/root/.tcshrc @@ -1,2 +1,3 @@ # Give us a more informative prompt. -set prompt="%m\:%~# "
\ No newline at end of file +set prompt="%m\:%~# " +set autologout="0" |