mirror of
https://github.com/philippdieter/zsh-auto-notify.git
synced 2026-05-05 15:42:47 +00:00
Add tig to list of ignore commands
This commit is contained in:
@@ -9,7 +9,7 @@ AUTO_COMMAND_START=0
|
|||||||
# Threshold for when to automatically show a notification
|
# Threshold for when to automatically show a notification
|
||||||
AUTO_NOTIFY_THRESHOLD=5
|
AUTO_NOTIFY_THRESHOLD=5
|
||||||
# List of commands/programs to ignore sending notifications for
|
# 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
|
autoload -Uz add-zsh-hook
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user