From 1c8b6f02dabbf104378a352e2928f7ebf64d7d72 Mon Sep 17 00:00:00 2001 From: Luca Bilke <luca@bil.ke> Date: Wed, 13 Nov 2024 11:15:40 +0100 Subject: [PATCH] zsh: fix AUTO_NOTIFY_IGNORE --- .gitmodules | 0 common/.config/zsh/config/plugins.zsh | 20 +++++++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29b..00000000 diff --git a/common/.config/zsh/config/plugins.zsh b/common/.config/zsh/config/plugins.zsh index 43892d53..1e9bf29b 100644 --- a/common/.config/zsh/config/plugins.zsh +++ b/common/.config/zsh/config/plugins.zsh @@ -33,7 +33,25 @@ zsnippet https://raw.githubusercontent.com/python-virtualenvwrapper/virtualenvwr # NOTE: notify on long running commands turbo zload MichaelAquilina/zsh-auto-notify -AUTO_NOTIFY_IGNORE+=("lf" "lazygit" "elia") +AUTO_NOTIFY_IGNORE+=( + vim + nvim + less + more + man + tig + watch + git + commit + top + htop + ssh + nano + lf + lazygit + elia + gunicorn +) # NOTE: colorize help output turbo