From c974c9c5d86af3d2670f59efd4f4950931824cf5 Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Tue, 16 Jul 2019 14:12:34 +0100 Subject: [PATCH] Update AUTO_NOTIFY_IGNORE to include ssh --- auto-notify.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-notify.plugin.zsh b/auto-notify.plugin.zsh index 2f5e27b..8c06ace 100644 --- a/auto-notify.plugin.zsh +++ b/auto-notify.plugin.zsh @@ -10,7 +10,7 @@ AUTO_COMMAND_START=0 export AUTO_NOTIFY_THRESHOLD=10 # List of commands/programs to ignore sending notifications for export AUTO_NOTIFY_IGNORE=( - "vim" "nvim" "emacs" "less" "more" "man" "tig" "watch" "git commit" "top" "htop" + "vim" "nvim" "less" "more" "man" "tig" "watch" "git commit" "top" "htop" "ssh" )