Format + add tests

This commit is contained in:
Michael Aquilina 2019-07-15 12:05:13 +01:00
parent 46bae9c02a
commit 9dc90567e3
No known key found for this signature in database
GPG key ID: 636066730B056BD1
2 changed files with 15 additions and 1 deletions

View file

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