mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Disable TMOUT
This commit is contained in:
parent
d4d5e24f40
commit
8bfcc5b9ea
|
@ -63,8 +63,8 @@ zstyle ':completion:::::' completer _expand _complete _ignored _approximate #ena
|
||||||
[ -f ~/.config/shell/prompt ] && source ~/.config/shell/prompt
|
[ -f ~/.config/shell/prompt ] && source ~/.config/shell/prompt
|
||||||
|
|
||||||
# Define TMOUT timeout for TTY and root
|
# Define TMOUT timeout for TTY and root
|
||||||
[ -z "$DISPLAY" ] && export TMOUT=800
|
# [ -z "$DISPLAY" ] && export TMOUT=800
|
||||||
[ $UID -eq 0 ] && export TMOUT=600
|
# [ $UID -eq 0 ] && export TMOUT=600
|
||||||
|
|
||||||
# Load extensions (should be last)
|
# Load extensions (should be last)
|
||||||
source /usr/share/zsh/site-functions/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source /usr/share/zsh/site-functions/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
|
|
Loading…
Reference in a new issue