diff --git a/utilities/utilities.plugin.zsh b/utilities/utilities.plugin.zsh index 2ad589a..c92e19c 100644 --- a/utilities/utilities.plugin.zsh +++ b/utilities/utilities.plugin.zsh @@ -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() {