auto-notify.plugin.zsh aktualisiert
This commit is contained in:
parent
8a328a37bd
commit
0a2b2f4601
1 changed files with 1 additions and 1 deletions
|
@ -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[@]}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue