From bc3fcea5dd1a84403167fb0e162344857b1237a1 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 24 Apr 2024 00:46:00 +0100 Subject: [PATCH] Also don't notify if cmatrix exits --- utilities/utilities.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/utilities.plugin.zsh b/utilities/utilities.plugin.zsh index 1166be6..7756dd8 100644 --- a/utilities/utilities.plugin.zsh +++ b/utilities/utilities.plugin.zsh @@ -45,7 +45,7 @@ notify() { # Send a desktop notification when long running commands complete. notify_command_threshold=60 -notify_ignore_list=( gh git glab nvim ssh sudo sudoedit tmux vi vim ) +notify_ignore_list=( cmatrix gh git glab nvim ssh sudo sudoedit tmux vi vim ) notify-ignore() { for ignore in $notify_ignore_list; do