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 was getting an error from notify-send:
> sleep 11 Invalid number of options.
i had change auto-notify.plugin.zsh#L68 to:
notify-send "${arguments[@]}"
could this be related to some zsh option?
Linux hostname 6.9.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 31 May 2024 15:14:45 +0000 x86_64 GNU/Linux
zsh 5.9 (x86_64-pc-linux-gnu)
0.10.2
$ setopt alwaystoend autocd autopushd nobgnice noclobber completeinword correct extendedglob noflowcontrol globdots histexpiredupsfirst histignoredups histignorespace histverify incappendhistory interactive interactivecomments longlistjobs monitor nonomatch promptsubst pushdignoredups pushdsilent rematchpcre sharehistory shinstdin shwordsplit zle
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Details
i was getting an error from notify-send:
i had change auto-notify.plugin.zsh#L68 to:
could this be related to some zsh option?
Operating System (uname -a)
zsh version (zsh --version)
auto-notify version (echo "$AUTO_NOTIFY_VERSION")
How is auto-notify installed?
ZSH options
The text was updated successfully, but these errors were encountered: