From 86deef4ded9e3ad99e7fe44a15112ba21ffb6661 Mon Sep 17 00:00:00 2001 From: eeleater Date: Mon, 16 Sep 2024 20:39:21 +0200 Subject: [PATCH] auto-notify.plugin.zsh aktualisiert --- auto-notify.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-notify.plugin.zsh b/auto-notify.plugin.zsh index 7a3de94..eba3065 100644 --- a/auto-notify.plugin.zsh +++ b/auto-notify.plugin.zsh @@ -62,7 +62,7 @@ function _auto_notify_message() { local arguments=("--title='$title'" "--priority=$urgency" "zsh_events" "$body") - ntfy publish ${arguments[@]} + ntfy publish -q ${arguments[@]} } function _is_auto_notify_ignored() {