From a6ec45b00e48b4990ccbad7f9990d5d34fc4d4c9 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:19:38 -0500 Subject: [PATCH] Zsh: remove auto-notify.zsh --- .config/zsh/lazy/auto-notify.zsh | 1 - .config/zsh/zinit.zsh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .config/zsh/lazy/auto-notify.zsh diff --git a/.config/zsh/lazy/auto-notify.zsh b/.config/zsh/lazy/auto-notify.zsh deleted file mode 100644 index 13993e6e..00000000 --- a/.config/zsh/lazy/auto-notify.zsh +++ /dev/null @@ -1 +0,0 @@ -AUTO_NOTIFY_IGNORE+=("hx") diff --git a/.config/zsh/zinit.zsh b/.config/zsh/zinit.zsh index 85524d1b..d25c25b2 100644 --- a/.config/zsh/zinit.zsh +++ b/.config/zsh/zinit.zsh @@ -33,6 +33,7 @@ export YSU_MESSAGE_POSITION='after' autoload -Uz is-at-least if is-at-least 5.1; then zinit light MichaelAquilina/zsh-auto-notify + export AUTO_NOTIFY_IGNORE+=("hx") # FIXME: zsh-vi-mode messes up ^R history search # zinit ice depth=1