diff options
author | Yigit Sever | 2019-03-20 22:23:37 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-20 22:23:37 +0300 |
commit | 062c0fb514f4f967da986c8cece86b0fa497f704 (patch) | |
tree | 2b51fb7a8bfc37aef343f8c6d0d33a8b1113f50e /bin/td | |
parent | bca2085eedfddda25f706f66f141a2b298051b53 (diff) | |
parent | 41617519845931ae5d97e2d6ec52bbd8a3aa205e (diff) | |
download | dotfiles-062c0fb514f4f967da986c8cece86b0fa497f704.tar.gz dotfiles-062c0fb514f4f967da986c8cece86b0fa497f704.tar.bz2 dotfiles-062c0fb514f4f967da986c8cece86b0fa497f704.zip |
Merge branch 'master' of 207.154.210.186:/home/yigit/dots
Diffstat (limited to 'bin/td')
-rwxr-xr-x | bin/td | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -22,5 +22,4 @@ if [[ $? -ne 0 ]]; then | |||
22 | fi | 22 | fi |
23 | 23 | ||
24 | RESULT=$(task add due:${task_date}T$task_time "$task_description") | 24 | RESULT=$(task add due:${task_date}T$task_time "$task_description") |
25 | |||
26 | notify-send "Success" "$RESULT" --app-name="taskwarrior" --icon="checkmark" | 25 | notify-send "Success" "$RESULT" --app-name="taskwarrior" --icon="checkmark" |