Also ignore zsh & bash

This commit is contained in:
Kenneth Benzie 2024-05-08 23:00:13 +01:00
parent e1f16b56b0
commit d0cf713a02

View File

@ -46,6 +46,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=( notify_ignore_list=(
bash
btop btop
cmatrix cmatrix
gh gh
@ -63,6 +64,7 @@ notify_ignore_list=(
top top
vi vi
vim vim
zsh
) )
notify-ignore() { notify-ignore() {