summaryrefslogtreecommitdiffstats
path: root/bin/td
diff options
context:
space:
mode:
Diffstat (limited to 'bin/td')
-rwxr-xr-xbin/td1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/td b/bin/td
index 29a594b..3de0d55 100755
--- a/bin/td
+++ b/bin/td
@@ -22,5 +22,4 @@ if [[ $? -ne 0 ]]; then
22fi 22fi
23 23
24RESULT=$(task add due:${task_date}T$task_time "$task_description") 24RESULT=$(task add due:${task_date}T$task_time "$task_description")
25
26notify-send "Success" "$RESULT" --app-name="taskwarrior" --icon="checkmark" 25notify-send "Success" "$RESULT" --app-name="taskwarrior" --icon="checkmark"