From 384a2eed6f33936d7773b3a393beeefc350d21d1 Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Tue, 16 Jul 2019 14:13:50 +0100 Subject: [PATCH] Add nano to AUTO_NOTIFY_IGNORE --- 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 8c06ace..2b9b161 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" "less" "more" "man" "tig" "watch" "git commit" "top" "htop" "ssh" + "vim" "nvim" "less" "more" "man" "tig" "watch" "git commit" "top" "htop" "ssh" "nano" )