⏰ ZSH plugin that automatically sends out a notification when a long running task has completed.
GNU General Public License v3.0
415
stars
43
forks
source link
AUTO_NOTIFY_IGNORE not working for the ping command #66
Open
nicolas-g opened 3 months ago
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.