From 3fa98cce860e4a727140545279160ab4f6fd206f Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sat, 19 Sep 2020 11:20:34 +0100 Subject: [PATCH] Adds sl to commands not to notify on end --- 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 de635f76..7c1fa146 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") +AUTO_NOTIFY_IGNORE+=("bat" "zathura" "libreoffice" "lf" "davmail" "neomutt" "newsboat" "w3m" "sl")