Add top and htop to list of ignored commands

This commit is contained in:
Michael Aquilina 2019-07-15 17:29:41 +01:00
parent 9178a03d16
commit 9b85e45eec
No known key found for this signature in database
GPG key ID: 636066730B056BD1

View file

@ -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"
"vim" "nvim" "emacs" "less" "more" "man" "tig" "watch" "git commit" "top" "htop"
)