Add nano to AUTO_NOTIFY_IGNORE
This commit is contained in:
parent
c974c9c5d8
commit
384a2eed6f
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" "less" "more" "man" "tig" "watch" "git commit" "top" "htop" "ssh"
|
"vim" "nvim" "less" "more" "man" "tig" "watch" "git commit" "top" "htop" "ssh" "nano"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue