From 4d15a4cd216e61b042e391b63f0edf8f1cd1660c Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Sun, 14 Jul 2019 18:56:14 +0100 Subject: [PATCH] Add tig to list of ignore commands --- 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 84fa885..98c09f3 100644 --- a/auto-notify.plugin.zsh +++ b/auto-notify.plugin.zsh @@ -9,7 +9,7 @@ AUTO_COMMAND_START=0 # Threshold for when to automatically show a notification AUTO_NOTIFY_THRESHOLD=5 # List of commands/programs to ignore sending notifications for -AUTO_NOTIFY_IGNORE=("vim" "nvim" "emacs" "less" "more" "man") +AUTO_NOTIFY_IGNORE=("vim" "nvim" "emacs" "less" "more" "man" "tig") autoload -Uz add-zsh-hook