diff --git a/utilities/utilities.plugin.zsh b/utilities/utilities.plugin.zsh index 7756dd8..9533f79 100644 --- a/utilities/utilities.plugin.zsh +++ b/utilities/utilities.plugin.zsh @@ -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