From 6388b076bdea1bfaf41f089a43341dccac2b0ab8 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 3 May 2024 15:06:25 +0100 Subject: [PATCH] Add ping to notify ignore list --- 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 9533f79..060e4dd 100644 --- a/utilities/utilities.plugin.zsh +++ b/utilities/utilities.plugin.zsh @@ -46,7 +46,7 @@ notify() { # Send a desktop notification when long running commands complete. notify_command_threshold=60 notify_ignore_list=( - cmatrix gh git glab man nvim ssh sudo sudoedit tmux vi vim + cmatrix gh git glab man nvim ping ssh sudo sudoedit tmux vi vim ) notify-ignore() {