From 6f17727208a7ec99443cecdb56e70f81a4359bd7 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Sun, 15 Jun 2014 14:39:53 +0400 Subject: [PATCH] add TMOUT for all --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 4555662..3ed9f83 100644 --- a/zshrc +++ b/zshrc @@ -101,7 +101,7 @@ unsetopt beep autoload zcalc # automatically log of on 10*60 sec inactivity -[[ $EUID == 0 ]] && export TMOUT=600 +export TMOUT=600 # PROMPT && RPROMPT if [[ $EUID == 0 ]]; then