mirror of
https://github.com/philippdieter/zsh-auto-notify.git
synced 2026-05-05 15:42:47 +00:00
Remove extra autoload
This commit is contained in:
@@ -13,8 +13,6 @@ export AUTO_NOTIFY_IGNORE=(
|
|||||||
"vim" "nvim" "emacs" "less" "more" "man" "tig" "watch" "git commit"
|
"vim" "nvim" "emacs" "less" "more" "man" "tig" "watch" "git commit"
|
||||||
)
|
)
|
||||||
|
|
||||||
autoload -Uz add-zsh-hook
|
|
||||||
|
|
||||||
|
|
||||||
function _auto_notify_message() {
|
function _auto_notify_message() {
|
||||||
local command="$1"
|
local command="$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user