diff --git a/utilities/utilities.plugin.zsh b/utilities/utilities.plugin.zsh index 1166be6..7756dd8 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 glab nvim ssh sudo sudoedit tmux vi vim ) +notify_ignore_list=( cmatrix gh git glab nvim ssh sudo sudoedit tmux vi vim ) notify-ignore() { for ignore in $notify_ignore_list; do