mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
todo: update config; refactor actions
This commit is contained in:
parent
d5d6748eb3
commit
b68db8cdc1
5 changed files with 17 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue