todo: update config; refactor actions

This commit is contained in:
Oleksandr Smirnov 2025-06-25 00:05:39 +03:00
parent d5d6748eb3
commit b68db8cdc1
No known key found for this signature in database
5 changed files with 17 additions and 4 deletions

View file

@ -2,11 +2,13 @@
# reference: /etc/todo/config
export TODO_ACTIONS_DIR="$HOME/.dotfiles/config/todo/actions"
export TODOTXT_DEFAULT_ACTION="next"
export TODO_DIR=~/org/
export TODO_DIR=~/org
export TODO_FILE="$TODO_DIR/todo.txt"
export DONE_FILE="$TODO_DIR/done.txt"
export REPORT_FILE="$TODO_DIR/.report.txt"
export HABIT_FILE="$TODO_DIR/habits.txt"
export PRI_A=$YELLOW
export PRI_B=$PURPLE