diff --git a/zshrc b/zshrc index 25602d0..e22a9ca 100644 --- a/zshrc +++ b/zshrc @@ -450,7 +450,7 @@ function tadel() { # Check confirmation if printf -- '%s' "${tadel_confirmation:=y}" | grep --quiet --word-regexp -- "y"; then - task "${tadel_task_id}" delete + task rc.confirmation:no "${tadel_task_id}" delete printf '%b' "\"${MAGENTAB}${tadel_task_id} − ${tadel_task_desc}${RESET}\" task was removed." fi