Autologout after 4 hours on ptys

This commit is contained in:
hjp 2004-10-25 10:54:21 +00:00
parent 6f92a43985
commit dd85329ee7
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -59,7 +59,7 @@ source ~/.znewterm
# auto-logout after some time.
case `tty` in
/dev/pts/*)
TMOUT=0
TMOUT=14400
;;
*)
TMOUT=3600