Add tig to list of ignore commands

This commit is contained in:
Michael Aquilina 2019-07-14 18:56:14 +01:00
parent acbea30255
commit 4d15a4cd21
No known key found for this signature in database
GPG key ID: 636066730B056BD1

View file

@ -9,7 +9,7 @@ AUTO_COMMAND_START=0
# Threshold for when to automatically show a notification
AUTO_NOTIFY_THRESHOLD=5
# List of commands/programs to ignore sending notifications for
AUTO_NOTIFY_IGNORE=("vim" "nvim" "emacs" "less" "more" "man")
AUTO_NOTIFY_IGNORE=("vim" "nvim" "emacs" "less" "more" "man" "tig")
autoload -Uz add-zsh-hook