From 428a59cafd1d2e60c68564b26f1801cde22930a7 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sun, 21 Mar 2021 12:56:40 +0000 Subject: [PATCH] Adds cat to auto-notify ignore list --- shells/zsh/includes/auto-notify.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/zsh/includes/auto-notify.zsh b/shells/zsh/includes/auto-notify.zsh index 7c1fa146..0c1c9f90 100644 --- a/shells/zsh/includes/auto-notify.zsh +++ b/shells/zsh/includes/auto-notify.zsh @@ -2,4 +2,4 @@ source "$ZSH_FOLDER/plugins/zsh-auto-notify/auto-notify.plugin.zsh" export AUTO_NOTIFY_THRESHOLD=5 export AUTO_NOTIFY_TITLE="Hey! %command has just finished" export AUTO_NOTIFY_BODY="It completed in %elapsed seconds with exit code %exit_code" -AUTO_NOTIFY_IGNORE+=("bat" "zathura" "libreoffice" "lf" "davmail" "neomutt" "newsboat" "w3m" "sl") +AUTO_NOTIFY_IGNORE+=("bat" "cat" "zathura" "libreoffice" "lf" "davmail" "neomutt" "newsboat" "w3m" "sl")