Make notify command threshold 60 seconds again

This commit is contained in:
Kenneth Benzie 2024-04-13 16:43:57 +01:00
parent 3accfe0bec
commit 6280d90bd9

View File

@ -44,7 +44,7 @@ notify() {
}
# Send a desktop notification when long running commands complete.
notify_command_threshold=5
notify_command_threshold=60
notify_ignore_list=( git nvim ssh sudo sudoedit tmux vi vim )
notify-ignore() {