We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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 5.9 (arm-apple-darwin22.1.0)
0.10.2
git clone https://github.com/MichaelAquilina/zsh-auto-notify.git $ZSH_CUSTOM/plugins/auto-notify plugins=(auto-notify)
add export AUTO_NOTIFY_IGNORE=("ping") in your ~/.zshrc after the plugins section
export AUTO_NOTIFY_IGNORE=("ping")
~/.zshrc
plugins
run
ping 8.8.8.8
and control+c after 10 seconds
auto-notify will still notify you about the ping command.
The text was updated successfully, but these errors were encountered:
Works fine here:
I'm using mattmc3/antidote as a zsh plugin manager and here is my system configuration:
Sorry, something went wrong.
No branches or pull requests
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)
zsh version (zsh --version)
auto-notify version (echo "$AUTO_NOTIFY_VERSION")
How is auto-notify installed?
Steps to reproduce the issue
add
export AUTO_NOTIFY_IGNORE=("ping")
in your~/.zshrc
after theplugins
sectionrun
and control+c after 10 seconds
auto-notify will still notify you about the ping command.
The text was updated successfully, but these errors were encountered: