Also ignore man on notify command completed
This commit is contained in:
parent
bc3fcea5dd
commit
f50db402af
@ -45,7 +45,9 @@ notify() {
|
||||
|
||||
# Send a desktop notification when long running commands complete.
|
||||
notify_command_threshold=60
|
||||
notify_ignore_list=( cmatrix gh git glab nvim ssh sudo sudoedit tmux vi vim )
|
||||
notify_ignore_list=(
|
||||
cmatrix gh git glab man nvim ssh sudo sudoedit tmux vi vim
|
||||
)
|
||||
|
||||
notify-ignore() {
|
||||
for ignore in $notify_ignore_list; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user