mirror of
https://github.com/philippdieter/zsh-auto-notify.git
synced 2025-10-13 12:08:21 +00:00
Update AUTO_NOTIFY_IGNORE to include ssh
This commit is contained in:
parent
cbef756385
commit
c974c9c5d8
@ -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" "top" "htop"
|
||||
"vim" "nvim" "less" "more" "man" "tig" "watch" "git commit" "top" "htop" "ssh"
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user