mirror of
https://github.com/philippdieter/zsh-auto-notify.git
synced 2026-05-05 23:52:47 +00:00
Rename main test file to test_plugin.zunit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user