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