diff --git a/zshrc b/zshrc index a075821..aa20ba9 100644 --- a/zshrc +++ b/zshrc @@ -454,6 +454,9 @@ function tadel() { printf '%b' "\"${MAGENTAB}${tadel_task_id} − ${tadel_task_desc}${RESET}\" task was removed.\n" fi + # Also offer to purge this task + tapurge "${tadel_task_desc}" + # Unset defined variables unset tadel_confirmation tadel_task_id }