diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-15 15:02:44 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-15 15:02:44 +0200 |
commit | d406e329e6612d8bcbc8625fa954d5a89244c75d (patch) | |
tree | addb3aee16cd4eb619641d04f456e5b5d228a085 /.config/todo | |
parent | b9208db5b48d1eefa9fdfb683d3937de2aac839f (diff) |
todotxt config
Diffstat (limited to '.config/todo')
-rw-r--r-- | .config/todo/config | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/todo/config b/.config/todo/config new file mode 100644 index 0000000..3dd77d4 --- /dev/null +++ b/.config/todo/config @@ -0,0 +1,16 @@ +export TODO_DIR=~/Nextcloud/todo +export TODO_FILE="$TODO_DIR/todo.txt" +export DONE_FILE="$TODO_DIR/done.txt" +export REPORT_FILE="$TODO_DIR/report.txt" + +export PRI_A=$RED +export PRI_B=$YELLOW +export PRI_C=$GREEN +export PRI_D=$BLUE +export PRI_X=$WHITE + +export COLOR_DATE=$CYAN +export COLOR_NUMBER=$BROWN +export COLOR_META=$CYAN + +export TODOTXT_DEFAULT_ACTION=ls |