Also ignore zsh & bash
This commit is contained in:
parent
e1f16b56b0
commit
d0cf713a02
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user