From d0cf713a024ce1d6cd071fa961c145fd6cd75671 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 8 May 2024 23:00:13 +0100 Subject: [PATCH] Also ignore zsh & bash --- utilities/utilities.plugin.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utilities/utilities.plugin.zsh b/utilities/utilities.plugin.zsh index 8ee4a72..1462044 100644 --- a/utilities/utilities.plugin.zsh +++ b/utilities/utilities.plugin.zsh @@ -46,6 +46,7 @@ notify() { # Send a desktop notification when long running commands complete. notify_command_threshold=60 notify_ignore_list=( + bash btop cmatrix gh @@ -63,6 +64,7 @@ notify_ignore_list=( top vi vim + zsh ) notify-ignore() {