add TMOUT for all

This commit is contained in:
arcan1s
2014-06-15 14:39:53 +04:00
parent 8da94cb446
commit 6f17727208

2
zshrc
View File

@ -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