Also don't notify if cmatrix exits

This commit is contained in:
Kenneth Benzie 2024-04-24 00:46:00 +01:00
parent 29b232527a
commit bc3fcea5dd

View File

@ -45,7 +45,7 @@ notify() {
# Send a desktop notification when long running commands complete. # Send a desktop notification when long running commands complete.
notify_command_threshold=60 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() { notify-ignore() {
for ignore in $notify_ignore_list; do for ignore in $notify_ignore_list; do