add TMOUT to zshrc

This commit is contained in:
arcan1s 2014-06-03 23:35:57 +04:00
parent b5571b6f2d
commit 8dab4bb6d8
2 changed files with 6 additions and 0 deletions

3
zshrc
View File

@ -100,6 +100,9 @@ unsetopt beep
# autoload calc
autoload zcalc
# automatically log of on 10*60 sec inactivity
[[ $EUID == 0 ]] && export TMOUT=600
# PROMPT && RPROMPT
if [[ $EUID == 0 ]]; then
# [root@host dir]#

View File

@ -100,6 +100,9 @@ unsetopt beep
# autoload calc
autoload zcalc
# automatically log of on 10*60 sec inactivity
[[ $EUID == 0 ]] && export TMOUT=600
# PROMPT && RPROMPT
if [[ $EUID == 0 ]]; then
# [root@host dir]#