Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUTO_NOTIFY_IGNORE not working for the ping command #66

Open
1 task done
nicolas-g opened this issue Aug 4, 2024 · 1 comment
Open
1 task done

AUTO_NOTIFY_IGNORE not working for the ping command #66

nicolas-g opened this issue Aug 4, 2024 · 1 comment

Comments

@nicolas-g
Copy link

Issue Details

I'm adding ping command to my AUTO_NOTIFY_IGNORE but it keeps notifying me when I run the ping command.

Please provide the following details when opening an issue:

Operating System (uname -a)

Darwin 192.168.1.4 23.5.0 Darwin Kernel Version 23.5.0: Wed May  1 20:17:33 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6031 arm64

zsh version (zsh --version)

zsh 5.9 (arm-apple-darwin22.1.0)

auto-notify version (echo "$AUTO_NOTIFY_VERSION")

0.10.2

How is auto-notify installed?

  • oh-my-zsh
git clone https://github.com/MichaelAquilina/zsh-auto-notify.git $ZSH_CUSTOM/plugins/auto-notify
plugins=(auto-notify)

Steps to reproduce the issue

add export AUTO_NOTIFY_IGNORE=("ping") in your ~/.zshrc after the plugins section

run

ping 8.8.8.8

and control+c after 10 seconds

auto-notify will still notify you about the ping command.

@devnoname120
Copy link

Works fine here:
image

I'm using mattmc3/antidote as a zsh plugin manager and here is my system configuration:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants