Rename main test file to test_plugin.zunit
This commit is contained in:
parent
e25849a979
commit
7b6d59479a
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue