diff --git a/.zshrc b/.zshrc index 9c7153a..cd4ae95 100644 --- a/.zshrc +++ b/.zshrc @@ -59,7 +59,7 @@ source ~/.znewterm # auto-logout after some time. case `tty` in /dev/pts/*) - TMOUT=0 + TMOUT=14400 ;; *) TMOUT=3600