Add top and htop to list of ignored commands
This commit is contained in:
parent
9178a03d16
commit
9b85e45eec
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue