mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-19 01:32:27 +00:00
Disable TMOUT
This commit is contained in:
parent
d4d5e24f40
commit
8bfcc5b9ea
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue