From 0a2b2f4601902cd89532707e2664645c31231261 Mon Sep 17 00:00:00 2001 From: eeleater Date: Mon, 16 Sep 2024 20:30:57 +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 f3f5d3d..453cf71 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" "$body") - echo "ntfy publish zsh_events ${arguments[@]}" + echo "ntfy publish zsh_events ${arguments[@]}" > /tmp/debug ntfy publish zsh_events ${arguments[@]} }