From 9178a03d16eb0998bab69d20acda4a89202796ee Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Mon, 15 Jul 2019 17:09:04 +0100 Subject: [PATCH] Remove extra autoload --- auto-notify.plugin.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/auto-notify.plugin.zsh b/auto-notify.plugin.zsh index c43d439..c942262 100644 --- a/auto-notify.plugin.zsh +++ b/auto-notify.plugin.zsh @@ -13,8 +13,6 @@ export AUTO_NOTIFY_IGNORE=( "vim" "nvim" "emacs" "less" "more" "man" "tig" "watch" "git commit" ) -autoload -Uz add-zsh-hook - function _auto_notify_message() { local command="$1"