auto-notify.plugin.zsh aktualisiert
This commit is contained in:
parent
81f5161390
commit
86deef4ded
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ function _auto_notify_message() {
|
||||||
|
|
||||||
local arguments=("--title='$title'" "--priority=$urgency" "zsh_events" "$body")
|
local arguments=("--title='$title'" "--priority=$urgency" "zsh_events" "$body")
|
||||||
|
|
||||||
ntfy publish ${arguments[@]}
|
ntfy publish -q ${arguments[@]}
|
||||||
}
|
}
|
||||||
|
|
||||||
function _is_auto_notify_ignored() {
|
function _is_auto_notify_ignored() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue