From eae2e82bdb7c2242d457e27d57cc4900db81e36a Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 20 Apr 2024 16:58:39 +0100 Subject: [PATCH] Add glab to the list if commands to notify ignore --- 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 9032b59..1166be6 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 nvim ssh sudo sudoedit tmux vi vim ) +notify_ignore_list=( gh git glab nvim ssh sudo sudoedit tmux vi vim ) notify-ignore() { for ignore in $notify_ignore_list; do