From 75902c11794005a9ca78d3d872728178611b0c4d Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Sat, 13 Jul 2019 20:07:42 +0100 Subject: [PATCH] Increase threshold to 5 seconds --- auto-notify.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-notify.plugin.zsh b/auto-notify.plugin.zsh index c93c120..6194d34 100644 --- a/auto-notify.plugin.zsh +++ b/auto-notify.plugin.zsh @@ -1,6 +1,6 @@ AUTO_COMMAND="" AUTO_COMMAND_START=0 -AUTO_NOTIFY_THRESHOLD=2 +AUTO_NOTIFY_THRESHOLD=5 AUTO_NOTIFY_IGNORE=("vim" "nvim" "emacs" "less" "more" "man") autoload -Uz add-zsh-hook