mirror of
https://github.com/philippdieter/zsh-auto-notify.git
synced 2025-10-13 20:10:00 +00:00
Rename main test file to test_plugin.zunit
This commit is contained in:
parent
e25849a979
commit
7b6d59479a
@ -86,11 +86,10 @@ function disable_auto_notify() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function enable_auto_notify() {
|
function enable_auto_notify() {
|
||||||
|
autoload -Uz add-zsh-hook
|
||||||
add-zsh-hook preexec _auto_notify_track
|
add-zsh-hook preexec _auto_notify_track
|
||||||
add-zsh-hook precmd _auto_notify_send
|
add-zsh-hook precmd _auto_notify_send
|
||||||
}
|
}
|
||||||
|
|
||||||
autoload -Uz add-zsh-hook
|
|
||||||
|
|
||||||
_auto_notify_reset_tracking
|
_auto_notify_reset_tracking
|
||||||
enable_auto_notify
|
enable_auto_notify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user