From e1f16b56b0d4dd7d4ad97af6c52d9df3666baf35 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 8 May 2024 22:52:34 +0100 Subject: [PATCH] Also notify ignore slides --- utilities/utilities.plugin.zsh | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/utilities/utilities.plugin.zsh b/utilities/utilities.plugin.zsh index f492f5e..8ee4a72 100644 --- a/utilities/utilities.plugin.zsh +++ b/utilities/utilities.plugin.zsh @@ -46,7 +46,23 @@ notify() { # Send a desktop notification when long running commands complete. notify_command_threshold=60 notify_ignore_list=( - btop cmatrix gh git glab htop man nvim ping ssh sudo sudoedit tmux top vi vim + btop + cmatrix + gh + git + glab + htop + man + nvim + ping + slides + ssh + sudo + sudoedit + tmux + top + vi + vim ) notify-ignore() {