Rename main test file to test_plugin.zunit

This commit is contained in:
Michael Aquilina 2019-07-20 21:34:17 +01:00
parent e25849a979
commit 7b6d59479a
No known key found for this signature in database
GPG key ID: 636066730B056BD1
2 changed files with 1 additions and 2 deletions

View file

@ -86,11 +86,10 @@ function disable_auto_notify() {
}
function enable_auto_notify() {
autoload -Uz add-zsh-hook
add-zsh-hook preexec _auto_notify_track
add-zsh-hook precmd _auto_notify_send
}
autoload -Uz add-zsh-hook
_auto_notify_reset_tracking
enable_auto_notify