From b46cc8a3686f6fe08e64c455d61fdbcae5386766 Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Mon, 15 Jul 2019 17:07:23 +0100 Subject: [PATCH] Further increase threshold to 10 seconds --- auto-notify.plugin.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto-notify.plugin.zsh b/auto-notify.plugin.zsh index fe6d809..c43d439 100644 --- a/auto-notify.plugin.zsh +++ b/auto-notify.plugin.zsh @@ -6,8 +6,8 @@ AUTO_COMMAND="" AUTO_COMMAND_FULL="" # Command start time in seconds since epoch AUTO_COMMAND_START=0 -# Threshold for when to automatically show a notification -export AUTO_NOTIFY_THRESHOLD=5 +# Threshold in seconds for when to automatically show a notification +export AUTO_NOTIFY_THRESHOLD=10 # List of commands/programs to ignore sending notifications for export AUTO_NOTIFY_IGNORE=( "vim" "nvim" "emacs" "less" "more" "man" "tig" "watch" "git commit"