Increase threshold to 5 seconds
This commit is contained in:
parent
32b5de812f
commit
75902c1179
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
AUTO_COMMAND=""
|
AUTO_COMMAND=""
|
||||||
AUTO_COMMAND_START=0
|
AUTO_COMMAND_START=0
|
||||||
AUTO_NOTIFY_THRESHOLD=2
|
AUTO_NOTIFY_THRESHOLD=5
|
||||||
AUTO_NOTIFY_IGNORE=("vim" "nvim" "emacs" "less" "more" "man")
|
AUTO_NOTIFY_IGNORE=("vim" "nvim" "emacs" "less" "more" "man")
|
||||||
|
|
||||||
autoload -Uz add-zsh-hook
|
autoload -Uz add-zsh-hook
|
||||||
|
|
Loading…
Add table
Reference in a new issue