Remove extra autoload

This commit is contained in:
Michael Aquilina 2019-07-15 17:09:04 +01:00
parent b46cc8a368
commit 9178a03d16
No known key found for this signature in database
GPG key ID: 636066730B056BD1

View file

@ -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"