From f983c1e205197c9ac5e174f47c5b136dbd8b7e3e Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 8 May 2024 14:42:21 +0100 Subject: [PATCH] Also ignore top like tools in notify complete --- 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 d6f9a65..f492f5e 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 ping ssh sudo sudoedit tmux vi vim + btop cmatrix gh git glab htop man nvim ping ssh sudo sudoedit tmux top vi vim ) notify-ignore() {