⏰ 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
Request: Evaluate 1 level of aliases to determine ignore rules #39
Open
dylan-chong opened 2 years ago
Issue Details
I have so many commands like
alias gdf=git diff
and other git things.git
AFAIK is ignored. but the aliases aren'tif
$0
is an alias, we could look up the $0 inside that alias and use that to determine the rulesOperating System (uname -a)
zsh version (zsh --version)
auto-notify version (echo "$AUTO_NOTIFY_VERSION")
0.8
How is auto-notify installed?
Steps to reproduce the issue
gist link to your zshrc