Disable TMOUT

This commit is contained in:
ItsDrike 2022-10-29 20:39:58 +02:00
parent d4d5e24f40
commit 8bfcc5b9ea
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -63,8 +63,8 @@ zstyle ':completion:::::' completer _expand _complete _ignored _approximate #ena
[ -f ~/.config/shell/prompt ] && source ~/.config/shell/prompt
# Define TMOUT timeout for TTY and root
[ -z "$DISPLAY" ] && export TMOUT=800
[ $UID -eq 0 ] && export TMOUT=600
# [ -z "$DISPLAY" ] && export TMOUT=800
# [ $UID -eq 0 ] && export TMOUT=600
# Load extensions (should be last)
source /usr/share/zsh/site-functions/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh