Update AUTO_NOTIFY_IGNORE to include ssh
This commit is contained in:
parent
cbef756385
commit
c974c9c5d8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ AUTO_COMMAND_START=0
|
||||||
export AUTO_NOTIFY_THRESHOLD=10
|
export AUTO_NOTIFY_THRESHOLD=10
|
||||||
# List of commands/programs to ignore sending notifications for
|
# List of commands/programs to ignore sending notifications for
|
||||||
export AUTO_NOTIFY_IGNORE=(
|
export AUTO_NOTIFY_IGNORE=(
|
||||||
"vim" "nvim" "emacs" "less" "more" "man" "tig" "watch" "git commit" "top" "htop"
|
"vim" "nvim" "less" "more" "man" "tig" "watch" "git commit" "top" "htop" "ssh"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue